@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: #000;
    --theme-text-1: #000;
    --theme-font-family: "Roboto", sans-serif;
    /* // http://mcg.mbitson.com/#!?tundora=%23414141 */
    /* Navbar Colors */
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #005fc5;
    /* color primary */
    --theme-primary-50: #E0ECF8;
    --theme-primary-100: #B3CFEE;
    --theme-primary-200: #80AFE2;
    --theme-primary-300: #4D8FD6;
    --theme-primary-400: #2677CE;
    --theme-primary-500: #005FC5;
    --theme-primary-600: #0057BF;
    --theme-primary-700: #004DB8;
    --theme-primary-800: #0043B0;
    --theme-primary-900: #0032A3;
    --theme-primary-A100: #CED9FF;
    --theme-primary-A200: #9BB2FF;
    --theme-primary-A400: #688BFF;
    --theme-primary-A700: #4E77FF;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #FFFFFF;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #FFFFFF;
}

/* NAVBAR */
img.logo {
    height: 6rem;
}

/* Mobile */
@media only screen and (max-width: 40.063em) {
    .channel-footer-content {
        display: none;
    }
}