@font-face {
    font-family: "nunito";
    src: url(/landing_resources/fonts/NunitoSans-Bold.ttf);
}

*,
*::after,
*::before {
    font-family: "nunito";
}

body {
    font-family: "nunito";
}
