@font-face {
    font-family: 'Cookie';
    src: url('/fonts/Cookie/Cookie-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Dynalight';
    src: url('/fonts/Dynalight/Dynalight-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mrs Saint Delafield';
    src: url('/fonts/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf')
        format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf')
        format('truetype');
    font-weight: 100 800; /* full variable weight range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf')
        format('truetype');
    font-weight: 100 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playwrite PL';
    src: url('/fonts/Playwrite_PL/static/PlaywritePL-Regular.ttf')
        format('truetype');
    font-weight: 400;
    font-style: normal;
}
