/*==============================================================================
  DISPLAY FONT SWITCH  —  laravel-design owns this file.

  This is the ONLY line you change to swap the display family (--secondary-font,
  i.e. every heading, the type scale, the menu and the footer titles).
  It pulls in that family's @font-face rules AND its full tuning table (weight
  axis map + per-step tracking + size-adjust) in one go, so the two can never
  drift apart.

      Montserrat        -> @import url("montserrat.css");        <- ACTIVE
      Hanken Grotesk    -> @import url("hanken-grotesk.css");

  Both families are self-hosted under assets/fonts/ and both are kept on disk.
  Neither makes an external request.

  AFTER SWAPPING, also update the two <link rel="preload"> hrefs in the <head>
  of the eight pages so the right woff2 pair is preloaded. That is a
  performance hint only — a stale preload costs a flash of fallback text, it
  does not break rendering, and nothing else in the page references the font
  files by name.

  This file is linked AFTER assets/css/tokens.css on purpose. theme.css:95 still
  declares `--secondary-font: proxima-nova` (the reproduced live-site value, and
  that family is gone), so the family file has to come last to win. Do not move
  this <link> earlier in the <head>.
==============================================================================*/

@import url("montserrat.css");
