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

    body {
        font-family: "NunitoSans" !important;
    }

    p {
        margin-bottom: 0px;
    }