:root {
    --font-title: 'Demo, sans-serif';
    --font-title-alt: 'ff-good-web-pro-compressed', sans-serif;
    --font-body: 'Finder, sans-serif';

    --width-menu-full: 905px;
    --width-side-bar: 70px;

    --color-bg-block: #f2f1ef;
    --color-nav: #131e41;
    --color-nav-icons: #fff;

    --color-footer: #f6f5f3;
    --color-footer-text: #000;
    --color-footer-title: #131e41;
    --color-topMenu-text: #131e41;
    --color-nav-submenu-background: #fff;
    --color-dark-bg: #1d1d1d;
    --color-dark: #03001d;
    --color-light: #fff;
    --color-404: #131e41;

    --color-primary: #131e41;
    --color-top-nav: #131e41;
    --color-top-nav-background: #fff;
    --color-secondary: #0971ce;

    --footer-logos-brightness: 0;
}
