    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
    :root {
    /*Fonts*/
    --theme-text-2: #18314D;
    --theme-text-1: #18314D;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #c3290e;
    /*color primary*/
    --theme-primary-50: #f8e5e2;
    --theme-primary-100: #edbfb7;
    --theme-primary-200: #e19487;
    --theme-primary-300: #d56956;
    --theme-primary-400: #cc4932;
    --theme-primary-500: #c3290e;
    --theme-primary-600: #bd240c;
    --theme-primary-700: #b51f0a;
    --theme-primary-800: #ae1908;
    --theme-primary-900: #a10f04;
    --theme-primary-A100: #ffcdcb;
    --theme-primary-A200: #ff9c98;
    --theme-primary-A400: #ff6b65;
    --theme-primary-A700: #ff534c;
    /*color contrast*/
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    }
/* --> Specific CSS goes HERE <--*/