/*import*/
@import url('https://fonts.googleapis.com/css2?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&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #000;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #ffffff;
    --theme-primary-100: #ffffff;
    --theme-primary-200: #d9e9d2;
    --theme-primary-300: #8cbd7c;
    --theme-primary-400: #64a752;
    --theme-primary-500: #369125;
    --theme-primary-600: #2f7221;
    --theme-primary-700: #2f7221;
    --theme-primary-800: #1d3a16;
    --theme-primary-900: #14200f;
    --theme-primary-A100: ##fff;
    --theme-primary-A200: #d9e9d2;
    --theme-primary-A400: #64a752;
    --theme-primary-A700: #2f7221;
    /*Contrast colors*/
    --theme-primary-contrast-50: #000;
    --theme-primary-contrast-100: #000;
    --theme-primary-contrast-200: #000;
    --theme-primary-contrast-300: #000;
    --theme-primary-contrast-400: #fff;
    --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: #000;
    --theme-primary-contrast-A200: #000;
    --theme-primary-contrast-A400: #fff;
    --theme-primary-contrast-A700: #FFFFFF;
}