@font-face {
    font-family: 'DINOT';
    src: url('../fonts/DINOT-Bold.woff2') format('woff2'),
        url('../fonts/DINOT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-SemiboldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

i {
    font-family: 'Sentinel';
    font-style: italic;
    font-weight: 500;
}