@font-face {
    font-family: 'Roboto';
    src: url(Fonts/Roboto-VariableFont_wdth,wght.ttf) format('truetype');
    font-weight: 100 900; /* Variable weight from 100 to 900 */
    font-stretch: 75% 100%; /* Handles width variations if supported */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(Fonts/Roboto-Italic-VariableFont_wdth,wght.ttf) format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}

#main-logo a {
    width: 240px;
    height: 40px;
    background: url(Images/logo_opava.svg) !important;
    background-repeat:no-repeat !important;
}

body {
   font-family: 'Roboto', sans-serif;
}

.btn-primary {
    background-color: rgba(242, 123, 28) !important;
}