/* ==========================================================================
   Baron — Fonts
   Real brand files. See ../README.md "Fonts" section for licensing notes.
   ========================================================================== */

/* Neue Montreal Bold — display/heading face. Licensed cut, safe to ship. */
@font-face {
  font-family: 'Baron Display';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Neue — body copy, nav, and labels.
   Not embedded (macOS system font, OS-use-only license). Referenced by
   family name so Mac/iOS visitors get the real thing; everyone else
   falls back to Inter, loaded below. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
