

@font-face {
    font-family: 'GothamPro'; 
    src: url('/fileservice/file/download/h/7359eb00468eace6a7521e5da9c6aa7e.otf/a/834104/sc/292') format('opentype'),
         url('/fileservice/file/download/h/7d53d231260d4ba16ad29fbed7dc8eac.woff/a/834104/sc/375') format('woff');
}

@font-face {
    font-family: 'GothamPro-Medium'; 
    src: url('/fileservice/file/download/h/67f66ff36ee80387dbfe4a8f1b5d7cc5.otf/a/834104/sc/362') format('opentype'),
         url('/fileservice/file/download/h/ee9a79db31f6b877abd20c79061336f0.woff/a/834104/sc/199') format('woff');
}


:root {
    --main-font: "GothamPro", serif;
    --second-font: "GothamPro-Medium", sans-serif;    
    --color-white:#fff;
    --light-font-color:#fff;
    --dark-font-color:#00152f;
    --accent-color:#4DA3FF;
    --grey-color: #616161;
    --bg-blue-color:#1F3A5F;
    --card-radius:10px;
    --btn-radius:10px;
    --line-height-text:145%;
    --line-height-header:130%;
}

.main-menu__inner {
    background: var(--bg-blue-color);
    font-family: var(--main-font);
    font-weight: 400;
}

.main-menu-item svg {
    -webkit-filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(348deg) brightness(104%) contrast(108%);
            filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(348deg) brightness(104%) contrast(108%);
}

.main-menu .text-body {
    color:var(--light-font-color);
    font-size: 16px!important;
}

.text-caption-s {
    color:var(--accent-color);
    font-size: 12px!important;
}
