/* ===========================================================================
   TeamReach — Web fonts
   ---------------------------------------------------------------------------
   The brand ships two display faces plus two symbol/dingbat faces.

   - TeamReach Sans  (fr-bold.ttf)  — the wordmark face. A geometric,
     rounded-terminal grotesque used for the logo and all brand display
     headlines. Only the bold weight was provided.
   - TeamReach Varsity (fr-title.ttf) — a collegiate / athletic outlined
     display face. Marketing accent only (jersey numbers, big sporty
     callouts). Never body copy.

   fr-fal1.ttf / fr-fal2.ttf are symbol/ornament dingbat faces (no Latin
   text glyphs) and are intentionally NOT registered as text fonts.

   Product UI (the mobile app) renders in the platform system font
   (SF Pro on iOS, Roboto on Android). The --font-ui stack below mirrors
   that so product recreations read natively. See readme VISUAL FOUNDATIONS.
   =========================================================================== */

@font-face {
  font-family: 'TeamReach Sans';
  src: url('../assets/fonts/fr-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TeamReach Varsity';
  src: url('../assets/fonts/fr-title.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
