/* Veni webfonts — Baloo 2 (headings + all numerals) and Nunito Sans (everything else) */

@font-face {
  font-family: "Baloo 2";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Baloo2-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Baloo2-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Baloo2-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Baloo2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Baloo 2";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Baloo2-ExtraBold.ttf") format("truetype");
}

/* Nunito Sans — variable weight 300–900 */
@font-face {
  font-family: "Nunito Sans";
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/NunitoSans.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
  src: url("../assets/fonts/NunitoSans-Italic.ttf") format("truetype");
}
