/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    /*// http://mcg.mbitson.com //*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #9f9639;
    /*Color Primary*/
    --theme-primary-50: #f3f2e7;
    --theme-primary-100: #e2e0c4;
    --theme-primary-200: #cfcb9c;
    --theme-primary-300: #bcb674;
    --theme-primary-400: #ada657;
    --theme-primary-500: #9f9639;
    --theme-primary-600: #978e33;
    --theme-primary-700: #8d832c;
    --theme-primary-800: #837924;
    --theme-primary-900: #726817;
    --theme-primary-A100: #fff2d4;
    --theme-primary-A200: #ffe2a1;
    --theme-primary-A400: #ffd36e;
    --theme-primary-A700: #ffcb55;
    /*Typographic Font*/
    --theme-font-family: 'Roboto', sans-serif;
    /*Contrast colors*/
    --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: #ffffff;
    --theme-primary-contrast-800: #ffffff;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #1a1a1a;
    --theme-primary-contrast-A200: #1a1a1a;
    --theme-primary-contrast-A400: #1a1a1a;
    --theme-primary-contrast-A700: #1a1a1a;
}

/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
