/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #f7f4f4;
    --theme-primary-100: #EBBABD;
    --theme-primary-200: #DE8C91;
    --theme-primary-300: #D05D65 ;
    --theme-primary-400: #C63B44;
    --theme-primary-500: #BC1823;
    --theme-primary-600: #B6151F;
    --theme-primary-700: #AD111A;
    --theme-primary-800: #A50E15;
    --theme-primary-900: #97080C;
    --theme-primary-A100: #FFC3C4;
    --theme-primary-A200: #FF9092;
    --theme-primary-A400: #FF5D60;
    --theme-primary-A700: #FF4447;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #FFFFFF;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #FFFFFF;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
    /*Tipografia*/
    --theme-font-family: 'Roboto', sans-serif;
}