@font-face {
    font-family: 'WhyteInktrapRegular';
    src: url('WhyteInktrap-Regular.ttf') format('truetype');
    font-weight: normal; /* or any other weight you need, e.g., 400, 500, 700 */
    font-style: normal; /* or 'italic' if it's an italic font */
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('MonumentExtended-Regular.otf') format('truetype');
    font-weight: normal; /* or any other weight you need, e.g., 400, 500, 700 */
    font-style: normal; /* or 'italic' if it's an italic font */
}

@font-face {
    font-family: 'MaisonNeueMono';
    src: url('MaisonNeueMono-Regular.otf') format('truetype');
    font-weight: normal; /* or any other weight you need, e.g., 400, 500, 700 */
    font-style: normal; /* or 'italic' if it's an italic font */
}
