/* DM Serif Display */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/DMSerifDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/DMSerifDisplay-Italic.ttf') format('truetype');
}

/* DM Mono */
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./fonts/DMMono-Light.ttf') format('truetype');
}

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

@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./fonts/DMMono-Medium.ttf') format('truetype');
}

/* Geist */
@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./fonts/Geist-Light.ttf') format('truetype');
}

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

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./fonts/Geist-SemiBold.ttf') format('truetype');
}