    /*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=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    :root {
        /*NAVBAR COLORS*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #000;
        /*Fonts*/
        --theme-text-2: #000;
        --theme-text-1: #000;
        --theme-font-family: "Roboto", sans-serif;
        /* Nueva gama de colores basada en #D3413F */
        --theme-primary-50: #FBE8E7;
        --theme-primary-100: #F4BCBA;
        --theme-primary-200: #EC8C88;
        --theme-primary-300: #E55C56;
        --theme-primary-400: #DF3A35;
        --theme-primary-500: #D3413F;
        /* Color principal */
        --theme-primary-600: #BC3B39;
        --theme-primary-700: #A03332;
        --theme-primary-800: #832A2A;
        --theme-primary-900: #5B1D1D;
        --theme-primary-A100: #FFB5B4;
        --theme-primary-A200: #FF8280;
        --theme-primary-A400: #FF504E;
        --theme-primary-A700: #FF3634;

        /* 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 <--*/