/*import*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-font-family: "Montserrat", sans-serif;
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #1B1B1B;
    --ob-nav-bg-color: #fff;
    /* Nueva gama de colores basada en #FB2156 */
    --theme-primary-50: #ffeae9;
    --theme-primary-100: #ffc9c6;
    --theme-primary-200: #ffa5a0;
    --theme-primary-300: #ff8078;
    --theme-primary-400: #ff645c;
    --theme-primary-500: #DF3228;
    --theme-primary-600: #DF3228;
    --theme-primary-700: #cc2c24;
    --theme-primary-800: #b3261f;
    --theme-primary-900: #8a1c17;
    --theme-primary-A100: #ffd6d2;
    --theme-primary-A200: #ff8f88;
    --theme-primary-A400: #ff5e54;
    --theme-primary-A700: #d6251d;

    --theme-primary-contrast-50: #1B1B1B;
    --theme-primary-contrast-100: #1B1B1B;
    --theme-primary-contrast-200: #1B1B1B;
    --theme-primary-contrast-300: #1B1B1B;
    --theme-primary-contrast-400: #1B1B1B;
    --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: #1B1B1B;
    --theme-primary-contrast-A200: #1B1B1B;
    --theme-primary-contrast-A400: #1B1B1B;
    --theme-primary-contrast-A700: #ffffff;
}

/*Hide Powered by*/
.copyright-wrapper {
    display: none !important;
}