/* THAT GIRL HQ — Fonts */
/* Public Sans is the single UI typeface. Loads via Google Fonts (weights 400/500/700/900). */
/* The provided weight-900 binary is shipped locally as an offline-safe fallback for the display weight. */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');

@font-face {
  font-family: 'Public Sans Black';
  src: url('../assets/fonts/public-sans-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Serif accent is system-native Times New Roman (italic bold). Never substituted. */
