/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

:root {
    /* Fuente cliente */
    --theme-font-family: 'Open Sans', sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #2c2a25;
    --ob-nav-bg-color: #fff;
    /*COLOR*/
    --theme-primary-50: #F7E3E7;
    --theme-primary-100: #ECB9C3;
    --theme-primary-200: #DF8A9C;
    --theme-primary-300: #D25B74;
    --theme-primary-400: #C93756;
    --theme-primary-500: #B91232;
    --theme-primary-600: #B10E2B;
    --theme-primary-700: #A90B24;
    --theme-primary-800: #A90B24;
    --theme-primary-900: #9B0617;
    --theme-primary-A100: #FFC7CB;
    --theme-primary-A200: #FF949C;
    --theme-primary-A400: #FF616D;
    --theme-primary-A700: #FF4856;
    --theme-primary-contrast-50: #1B1B1B;
    --theme-primary-contrast-100: #1B1B1B;
    --theme-primary-contrast-200: #1B1B1B;
    --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: #FFFFFF;
    --theme-primary-contrast-A200: #1B1B1B;
    --theme-primary-contrast-A400: #1B1B1B;
    --theme-primary-contrast-A700: #FFFFFF;
}