/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*Text*/
    --theme-text-2: #020202;
    --theme-text-1: #020202;
    /*Client typography*/
    --theme-font-family: "Montserrat", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #020202;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #FFF8E6;
    --theme-primary-100: #FFEDBF;
    --theme-primary-200: #FFE197;
    --theme-primary-300: #FFD66F;
    --theme-primary-400: #FFCA4A;
    --theme-primary-500: #FFBE0B;
    --theme-primary-600: #E6AB09;
    --theme-primary-700: #CC9808;
    --theme-primary-800: #B38506;
    --theme-primary-900: #996804;
    --theme-primary-A100: #FFF7CC;
    --theme-primary-A200: #FFE699;
    --theme-primary-A400: #FFD566;
    --theme-primary-A700: #FFBF33;
    --theme-primary-contrast-50: #020202;
    --theme-primary-contrast-100: #020202;
    --theme-primary-contrast-200: #020202;
    --theme-primary-contrast-300: #020202;
    --theme-primary-contrast-400: #020202;
    --theme-primary-contrast-500: #020202;
    --theme-primary-contrast-600: #020202;
    --theme-primary-contrast-700: #020202;
    --theme-primary-contrast-800: #020202;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #020202;
    --theme-primary-contrast-A200: #020202;
    --theme-primary-contrast-A400: #020202;
    --theme-primary-contrast-A700: #020202;
}