/*!
 * Nunito — self-hosted font family for ARD Rosso
 * Open Font License (OFL) — https://fonts.google.com/specimen/Nunito
 *
 * Self-hosted (rather than loaded from fonts.googleapis.com) to avoid a
 * third-party request, in line with the CNIL's position on Google Fonts,
 * and consistent with the Outfit family already shipped by this theme.
 */

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

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

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