/*import*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Source Sans 3", sans-serif;
    --theme-font-family-2: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ff0077*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #373a36;
    --ob-nav-bg-color: #fff;
    /*color primary*/
    --theme-primary-50: #e1f3f8;
    --theme-primary-100: #b3e0ef;
    --theme-primary-200: #80cbe4;
    --theme-primary-300: #4db6d9;
    --theme-primary-400: #27a7d0;
    --theme-primary-500: #0197c8;
    --theme-primary-600: #018fc2;
    --theme-primary-700: #0184bb;
    --theme-primary-800: #017ab4;
    --theme-primary-900: #0069a7;
    --theme-primary-A100: #d1ebff;
    --theme-primary-A200: #9ed5ff;
    --theme-primary-A400: #6bbfff;
    --theme-primary-A700: #52b5ff;
    /*color contrast*/
    --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: #1a1a1a;
    --theme-primary-contrast-600: #fff;
    --theme-primary-contrast-700: #fff;
    --theme-primary-contrast-800: #fff;
    --theme-primary-contrast-900: #fff;
    --theme-primary-contrast-A100: #1a1a1a;
    --theme-primary-contrast-A200: #1a1a1a;
    --theme-primary-contrast-A400: #1a1a1a;
    --theme-primary-contrast-A700: #1a1a1a;
}

/* --> Specific CSS goes HERE <--*/
mat-toolbar.mat-toolbar.ob-top-bar.flex img.logo {
    width: 250px;
}