/* Ensure title/body fonts resolve even if Google Fonts is slow */
html {
  font-family: "Quicksand", "Baloo 2", system-ui, sans-serif;
}

.font-title,
.font-display {
  font-family: Chewy, "Baloo 2", cursive !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.font-body,
body {
  font-family: "Quicksand", "Baloo 2", system-ui, sans-serif;
}
