@font-face {
    font-family: 'Gistesy';
    src: url('../fonts/gistesy.regular-webfont.eot');
    src: url('../fonts/gistesy.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gistesy.regular-webfont.woff2') format('woff2'),
         url('../fonts/gistesy.regular-webfont.woff') format('woff'),
         url('../fonts/gistesy.regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.navbar-header,
.navbar-header .navbar-brand {
    font-family: 'Gistesy', sans-serif;
    font-size: 40px;
    color: #fff !important;
}