body {
    font-size: 1.4em;
    font-family: 'Merriweather';
}

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

@font-face {
    font-family: 'Merriweather';
    src: url(/fonts/Merriweather-VariableFont_opsz\,wdth\,wght.ttf) format(truetype);
    font-style: normal;
    font-display: swap;
}

h1,h2,h3 {
    font-family: 'Metal Mania';
}

.merri {
    font-family: 'Merriweather', serif;
}

.metal {
    font-family: 'Metal Mania', cursive;
}