/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #151512;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #FFEDE1;
    --theme-primary-100: #FFD1B3;
    --theme-primary-200: #FFB280;
    --theme-primary-300: #FF934D;
    --theme-primary-400: #FF7C27;
    --theme-primary-500: #FF6501;
    --theme-primary-600: #FF5D01;
    --theme-primary-700: #FF5301;
    --theme-primary-800: #FF4901;
    --theme-primary-900: #FF3700;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFF4F2;
    --theme-primary-A400: #FFC9BF;
    --theme-primary-A700: #FFB4A6;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #000000;
    --theme-primary-contrast-500: #000000;
    --theme-primary-contrast-600: #000000;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    /*Client typography*/
    --theme-font-family: 'Poppins', sans-serif;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
}