@font-face {
  font-display: swap;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    src: local("Nunito Regular"), url("Nunito-Regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    src: url("Nunito-Medium.ttf");
}

@font-face {
    font-display: swap;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    src: local("Nunito Bold"), url("Nunito-Bold.woff2") format("woff2");
}
  