
@font-face {
    font-family: "Dirty Headline";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url(/../fonts/dirty-headline/Dirty-Headline.ttf) format("woff2"), url(/../fonts/dirty-headline/Dirty-Headline.ttf) format("truetype");
}
@font-face {
    font-family: "Contage Regular";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/../fonts/contage/Contage-Regular.ttf) format("woff2"), url(/../fonts/contage/Contage-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Contage Semi Light";
    font-style: normal;
    font-weight: 200;
    font-display: block;
    src: url(/../fonts/contage/Contage-Semi-Light.ttf) format("woff2"), url(/../fonts/contage/Contage-Semi-Light.ttf) format("truetype");
}

h1, h2, h3, h4, h5 {
    font-family: 'Dela Gothic One', sans-serif;
}
h1,
.h1,
 h2,
 .h2 {
    font-size: 4.1rem;
}
#mission p, #mission span, #mission a, #mission div {
    font-size: 1.4rem;
}

@media (max-width: 425px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 2.6rem;
    }
    #mission p, #mission span, #mission a, #mission div {
        font-size: 1.1rem;
    }
}
