    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins: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&display=swap');
:root {
      /*theme COLOR*/
    --theme-menu-text-color: #000;
    --theme-menu-bg-color: #000;
     /*NAVBAR COLORS*/
     --ob-nav-text-color: #000;
     --ob-nav-bg-color: #fff;
    /*Fonts*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    --theme-font-family: "Poppins", sans-serif;
    /* Nueva gama de colores basada en #BC1010 */
    --theme-primary-50: #F8D6D6;
    --theme-primary-100: #F0A9A9;
    --theme-primary-200: #E77979;
    --theme-primary-300: #DE4949;
    --theme-primary-400: #D62525;
    --theme-primary-500: #BC1010;  /* Color principal */
    --theme-primary-600: #A80E0E;
    --theme-primary-700: #950C0C;
    --theme-primary-800: #810A0A;
    --theme-primary-900: #5B0707;
    --theme-primary-A100: #FFD6D6;
    --theme-primary-A200: #FF8E8E;
    --theme-primary-A400: #FF4646;
    --theme-primary-A700: #FF2D2D;

    /* Colores de contraste */
    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #ffffff;
    --theme-primary-contrast-400: #ffffff;
    --theme-primary-contrast-500: #ffffff;  /* Contraste para color principal */
    --theme-primary-contrast-600: #ffffff;
    --theme-primary-contrast-700: #ffffff;
    --theme-primary-contrast-800: #ffffff;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #212121;
    --theme-primary-contrast-A700: #212121;
    }
/* --> Specific CSS goes HERE <--*/