/* ============================================================
   The Trouble Markers — Webfonts
   Display / titles: SCHOOLBELL — the brand's own hand-drawn marker
   font (self-hosted, supplied by the client). Single weight (400);
   bold titles rely on synthetic bolding.
   Body: NUNITO — warm, round, highly legible for running text
   (loaded from Google Fonts; see readme "Caveats").
   ============================================================ */

@font-face {
  font-family: "Schoolbell";
  src: url("../assets/fonts/Schoolbell-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,400;1,700&display=swap");
