@font-face {
 font-family: "Neucha";
 src: url("/fonts/Neucha-Regular.ttf") format("truetype");
 font-weight: normal;
}


@font-face {
 font-family: "FiraSansCondensed";
 src: url("/fonts/FiraSansCondensed-Medium.ttf") format("truetype");
 font-weight: 500;
}

@font-face {
 font-family: "FiraSansCondensed";
 src: url("/fonts/FiraSansCondensed-Regular.ttf") format("truetype");
 font-weight: 400;
}


*{
    font-family: "FiraSansCondensed", sans-serif;
    font-weight: 400;
}

.neucha, .neucha *{
    font-family: "Neucha", sans-serif;
}