@font-face {
    font-family: 'Genhead';
    src: url('./genhead.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Genhead';
    src: url('./genhead-bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Genhead';
    src: url('./genhead-semibold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}