@font-face {
    font-family: 'Onest';
    src: local('Onest Bold Italic'), local('Onest-bold-italic'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-bold-italic.woff2') format('woff2'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-bold-italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: local('Onest Bold'), local('Onest-bold'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-bold.woff2') format('woff2'),
        url('/_resources/themes/ehks-darmstadt/webfonts/onest-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: local('Onest Italic'), local('Onest-italic'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-italic.woff2') format('woff2'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: local('Onest Regular'), local('Onest-regular'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-regular.woff2') format('woff2'),
        url('/_resources/themes/ehks-darmstadt/webfonts/Onest-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
