    /*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 {
        /*theme COLOR*/
        --theme-menu-text-color: #0C125B;
        --theme-menu-bg-color: #0C125B;
        /*NAVBAR COLORS*/
        --ob-nav-text-color: #0C125B;
        --ob-nav-bg-color: #fff;
        /*Fonts*/
        --theme-font-family: "Roboto", sans-serif;
        /* Nueva gama de colores basada en #0000FF */
        --theme-primary-50: #E5E5FF;
        --theme-primary-100: #B3B3FF;
        --theme-primary-200: #8080FF;
        --theme-primary-300: #4D4DFF;
        --theme-primary-400: #2626FF;
        --theme-primary-500: #0000FF;
        /* Color principal */
        --theme-primary-600: #0000E5;
        --theme-primary-700: #0000CC;
        --theme-primary-800: #0000B3;
        --theme-primary-900: #000080;
        --theme-primary-A100: #8080FF;
        --theme-primary-A200: #4D4DFF;
        --theme-primary-A400: #2626FF;
        --theme-primary-A700: #0000E5;

        /* 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: #ffffff;
        --theme-primary-contrast-A400: #ffffff;
        --theme-primary-contrast-A700: #ffffff;

    }