    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    --theme-font-family: "Dosis", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23e00225
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #E00225;
    /*color primary*/
    --theme-primary-50: #FBE1E5;
    --theme-primary-100: #F6B3BE;
    --theme-primary-200: #F08192;
    --theme-primary-300: #E94E66;
    --theme-primary-400: #E52846;
    --theme-primary-500: #E00225;
    --theme-primary-600: #DC0221;
    --theme-primary-700: #D8011B;
    --theme-primary-800: #D30116;
    --theme-primary-900: #CB010D;
    --theme-primary-A100: #FFF3F3;
    --theme-primary-A200: #FFC0C2;
    --theme-primary-A400: #FF8D90;
    --theme-primary-A700: #FF7477;
    /*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: #000000;
    --theme-primary-contrast-A700: #000000;
    }
/* --> Specific CSS goes HERE <--*/
/*More info custom*/
ob-catalog-card .more-info{
    color: #E00225;
    font-weight: bold;
}