/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #222222;
    --ob-nav-bg-color: #fff;
    /*Font family*/
    --theme-font-family: "Nunito Sans", serif;
    /*Colors*/
    /* Nueva gama de colores basada en #000000 */
    --theme-primary-50: #e5e5e5;
    --theme-primary-100: #cccccc;
    --theme-primary-200: #b3b3b3;
    --theme-primary-300: #999999;
    --theme-primary-400: #808080;
    --theme-primary-500: #666666;
    --theme-primary-600: #4d4d4d;
    --theme-primary-700: #3a3a3a;
    --theme-primary-800: #2e2e2e;
    --theme-primary-900: #222222;
    --theme-primary-A100: #999999;
    --theme-primary-A200: #666666;
    --theme-primary-A400: #444444;
    --theme-primary-A700: #2a2a2a;

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