/* 
    Created on : 24.05.2022, 14:20
    Author     : Jakub Juračka
*/

@font-face {
    font-family: 'mitr';
    src: url('../fonts/Mitr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_textregular';
    src: url('../fonts/hvd_fonts_-_brandontext-regular-webfont.eot');
    src: url('../fonts/hvd_fonts_-_brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
         url('../fonts/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff'),
         url('../fonts/hvd_fonts_-_brandontext-regular-webfont.ttf') format('truetype'),
         url('../fonts/hvd_fonts_-_brandontext-regular-webfont.svg#brandon_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.menu-item{
    font-family: 'mitr' !important;
    font-size: 20px;
    margin: 0 20px;
}

search{
    font-family: helvetica;
}

body
{
    font-family: Chirp,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}