
/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #1b1b1b;
    --theme-text-1: #1b1b1b;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*color primary*/
        --theme-primary-50: #E4E4E4;
        --theme-primary-100: #BBBBBB;
        --theme-primary-200: #8D8D8D;
        --theme-primary-300: #5F5F5F;
        --theme-primary-400: #3D3D3D;
        --theme-primary-500: #1b1b1b;
        --theme-primary-600: #181818;
        --theme-primary-700: #141414;
        --theme-primary-800: #101010;
        --theme-primary-900: #080808;
        --theme-primary-A100: #FF5050;
        --theme-primary-A200: #FF1D1D;
        --theme-primary-A400: #E90000;
        --theme-primary-A700: #CF0000;
}
/*HEADER*/
img.logo {
    height:5rem;
}
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    height:7rem;
}
.filter-container {
    margin-top:3rem;
}
/*BODY*/
span.title {
    text-transform:uppercase;
}
/*Mobile*/
@media only screen and (max-width: 40.063em) {
}