@font-face {
    font-family: "HelveticaNeue";
    src: url("/Styles/Fonts/Helvetica.eot");
    src: url("/Styles/Fonts/Helvetica.eot?#iefix") format("embedded-opentype"),
         url("/Styles/Fonts/Helvetica.ttf") format("truetype"),
         url("/Styles/Fonts/Helvetica.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
#prihlasit {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
}

html body input,
html body select,
html body textarea,
html body .RadInput input.riTextBox,
html body .RadInputMgr input.riTextBox,
html body .RadComboBox input.rcbInput,
html body .RadPicker input.riTextBox,
html body .RadUpload input.ruFakeInput,
html body .RadUpload input.ruButton {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif !important;
}
