    /*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: #333333;
    --theme-text-1: #333333;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*color primary*/
    --theme-primary-50: #E0F1FA;
    --theme-primary-100: #B3DDF2;
    --theme-primary-200: #80C6E9;
    --theme-primary-300: #4DAFE0;
    --theme-primary-400: #269ED9;
    --theme-primary-500: #008DD2;
    --theme-primary-600: #0085CD;
    --theme-primary-700: #007AC7;
    --theme-primary-800: #0070C1;
    --theme-primary-900: #005DB6;
    --theme-primary-A100: #DFEDFF;
    --theme-primary-A200: #ACD1FF;
    --theme-primary-A400: #79B5FF;
    --theme-primary-A700: #5FA7FF;
    --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: #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 <--*/