
/*import*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    --theme-font-family: "Public Sans", 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: #FAE7EA;
        --theme-primary-100: #F3C3CB;
        --theme-primary-200: #EC9CA9;
        --theme-primary-300: #E47487;
        --theme-primary-400: #DE566D;
        --theme-primary-500: #D83853;
        --theme-primary-600: #D4324C;
        --theme-primary-700: #CE2B42;
        --theme-primary-800: #C82439;
        --theme-primary-900: #BF1729;
        --theme-primary-A100: #FFF1F3;
        --theme-primary-A200: #FFBEC4;
        --theme-primary-A400: #FF8B96;
        --theme-primary-A700: #FF727E;
        --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;
}