@font-face {
    font-family: "MDTRNRRW";
    src: url('/css/geo_fonts/');
    src: url('/css/geo_fonts/#iefix') format('embedded-opentype'),
        url('/css/geo_fonts/MediatorNarrow-Regular-v3.woff2') format('woff2'),
        url('/css/geo_fonts/MediatorNarrow-Regular-v3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MDTRNRRW";
    src: url('/css/geo_fonts/');
    src: url('/css/geo_fonts/') format('embedded-opentype'),
        url('/css/geo_fonts/MediatorNarrow-Bold-v3.woff2') format('woff2'),
        url('/css/geo_fonts/MediatorNarrow-Bold-v3.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.geo_text {
    font-family: "MDTRNRRW";

}

.geo_text_title {
    font-family: "MDTRNRRW";
    -webkit-font-feature-settings: 'case' on;
    -moz-font-feature-settings: 'case' on;
    font-feature-settings: 'case' on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*-webkit-font-feature-settings: 'case' on;
    -moz-font-feature-settings: 'case' on;
    font-feature-settings: 'case' on;
    */-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

:root {
    --bs-font-default: "MDTRNRRW";
}

ul.dropdown>li:first-child {
    padding-top: 10px;
}