    /*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-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #BDCE42;
    /*color primary*/
    --theme-primary-50: #f7f9e8;
    --theme-primary-100: #ebf0c6;
    --theme-primary-200: #dee7a1;
    --theme-primary-300: #d1dd7b;
    --theme-primary-400: #c7d55e;
    --theme-primary-500: #bdce42;
    --theme-primary-600: #b7c93c;
    --theme-primary-700: #aec233;
    --theme-primary-800: #a6bc2b;
    --theme-primary-900: #98b01d;
    --theme-primary-A100: #fbffe8;
    --theme-primary-A200: #f2ffb5;
    --theme-primary-A400: #e9ff82;
    --theme-primary-A700: #e5ff69;
    /*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: #000000;
    --theme-primary-contrast-500: #000000;
    --theme-primary-contrast-600: #000000;
    --theme-primary-contrast-700: #000000;
    --theme-primary-contrast-800: #000000;
    --theme-primary-contrast-900: #000000;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    }
/* --> Specific CSS goes HERE <--*/