
    :root {
        --links: #97d700;
--page-background: #ffffff;
--header-links: #2b3d3f;
--titles: #1b1b19;
--section-titles: #FFFFFF;
--highlight: #97d700;
--footer-links: #a1a5a7;
--boxes-border: #f2f2f2;
--boxes-background: #f2f2f2;
--header-background: #1d1d1b;
--footer-background: #383835;
--text: #2b3d3f;
--section-titles-background: #1d1d1b;
    }
    
@font-face {
font-family: 'Montserrat-Regular';
src: url('https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/fgc/theme_font/Montserrat-Regular.otf') format('otf');
font-style: normal;
}

body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: 21px;
}

header {
}

.ods-front-header{
    font-family: inherit;
    color: #f1f1f1;
   
}
.ods-front-header__menu-item-link:hover {
     color: #f1f1f1;
}
.ods-front-header__menu-item-link--active {
    color: #f1f1f1;
}
.ods-front-header__menu-item-link{
    color: #f1f1f1;
}
.ods-front-header__management-menu-item-link {
    color: #f1f1f1;
}

.ods-front-footer{
height:50px;
display: flex;
justify-content: center;
align-items: center;
}