@font-face {
    font-family: "NunitoRegular";
    src: url("fonts/Nunito-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NunitoBold";
    src: url("fonts/Nunito-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GaramondRegular";
    src: url("fonts/CormorantGaramond-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GaramondBold";
    src: url("fonts/CormorantGaramond-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
