@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono Black Italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

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