      /*import*/
      @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');    
    :root {
    /*Fonts*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    --theme-font-family: "Montserrat", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #48b358;
    /*color primary*/
    --theme-primary-50: #edf7ee;
    --theme-primary-100: #e4f4e6;
    --theme-primary-200: #c6e7cb;
    --theme-primary-300: #48b358;
    --theme-primary-400: #41a14f;
    --theme-primary-500: #48b358;
    --theme-primary-600: #3a8f46;
    --theme-primary-700: #368642;
    --theme-primary-800: #2b6b35;
    --theme-primary-900: #205128;
    --theme-primary-A100: #e4f4e6;
    --theme-primary-A200: #c6e7cb;
    --theme-primary-A400: #205128;
    --theme-primary-A700: #193f1f;
    /*color contrast*/
    --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: #000000;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    }
/* --> Specific CSS goes HERE <--*/