@font-face {
    font-display: swap;
    font-family: 'Druk Heavy';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Druk-Bold.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Filming Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Filming-Bold.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Druk Super';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Druk Super.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Druk Medium';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Druk Text-Medium.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'TeX Gyre Termes';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/texgyretermes-regular.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'TeX Gyre Termes';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/texgyretermes-italic.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'TeX Gyre Termes';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/texgyretermes-bold.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'TeX Gyre Termes';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/texgyretermes-bolditalic.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Commit Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/CommitMono-400-Regular.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Commit Mono';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/CommitMono-400-Italic.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Commit Mono';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/CommitMono-700-Regular.otf') format('opentype');
}

@font-face {
    font-display: swap;
    font-family: 'Commit Mono';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/CommitMono-700-Italic.otf') format('opentype');
}