/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #b8dcf2;
    /*Color primary*/
    --theme-primary-50: #FCFCFC;
    --theme-primary-100: #F5C5C5;
    --theme-primary-200: #EF9E9E;
    --theme-primary-300: #E87777;
    --theme-primary-400: #E35A5A;
    --theme-primary-500: #A61C1C;
    --theme-primary-600: #DA3737;
    --theme-primary-700: #D52F2F;
    --theme-primary-800: #D12727;
    --theme-primary-900: #C81A1A;
    --theme-primary-A100: #FFFCFC;
    --theme-primary-A200: #FFC9C9;
    --theme-primary-A400: #FF9696;
    --theme-primary-A700: #FF7D7D;
    --theme-primary-contrast-50: #1a1a1a;
    --theme-primary-contrast-100: #1a1a1a;
    --theme-primary-contrast-200: #1a1a1a;
    --theme-primary-contrast-300: #1a1a1a;
    --theme-primary-contrast-400: #1a1a1a;
    --theme-primary-contrast-500: #FFFFFF;
    --theme-primary-contrast-600: #1a1a1a;
    --theme-primary-contrast-700: #1a1a1a;
    --theme-primary-contrast-800: #1a1a1a;
    --theme-primary-contrast-900: #1a1a1a;
    --theme-primary-contrast-A100: #1a1a1a;
    --theme-primary-contrast-A200: #1a1a1a;
    --theme-primary-contrast-A400: #1a1a1a;
    --theme-primary-contrast-A700: #1a1a1a;
    /*Fuente cliente*/
    --theme-font-family: 'Poppins', sans-serif;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
}