/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    /*Text*/
    /*Navbar Colors*/
    --ob-nav-text-color: #212121;
    --ob-nav-bg-color: #fff;
    /*Primary*/
    --theme-primary-50: #ffffff;
    --theme-primary-100: #ffe3d2;
    --theme-primary-200: #ffc7a6;
    --theme-primary-300: #ffab7b;
    --theme-primary-400: #fb8f50;
    --theme-primary-500: #f37121;
    --theme-primary-600: #be5a1e;
    --theme-primary-700: #8c441a;
    --theme-primary-800: #5c2f15;
    --theme-primary-900: #311b0e;
    --theme-primary-A100: #ffe3d2;
    --theme-primary-A200: #ffc7a6;
    --theme-primary-A400: #fb8f50;
    --theme-primary-A700: #8c441a;
    /*Fuente cliente*/
    --theme-font-family: "Lato", sans-serif;
    /*Contrast colors*/
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}