    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Didact+Gothic&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Overpass: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&display=swap');
    :root {
    /*Fonts*/
    --theme-text-2: #193152;
    --theme-text-1: #193152;
    --theme-font-family: "Didact Gothic", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/ 
    /*Navbar Colors*/
    --ob-nav-text-color: #193152;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #E3E6EA;
    --theme-primary-100: #BAC1CB;
    --theme-primary-200: #8C98A9;
    --theme-primary-300: #5E6F86;
    --theme-primary-400: #3C506C;
    --theme-primary-500: #193152;
    --theme-primary-600: #162C4B;
    --theme-primary-700: #122541;
    --theme-primary-800: #0E1F38;
    --theme-primary-900: #081328;
    --theme-primary-A100: #6491FF;
    --theme-primary-A200: #316DFF;
    --theme-primary-A400: #004AFD;
    --theme-primary-A700: #0042E4;
    /*Contrast colors*/
    --theme-primary-contrast-50: #193152;
    --theme-primary-contrast-100: #193152;
    --theme-primary-contrast-200: #193152;
    --theme-primary-contrast-300: #193152;
    --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: #193152;
    --theme-primary-contrast-A200: #193152;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    }
/* --> Specific CSS goes HERE <--*/