/* Mirador Living | Retirement Care Readiness Gap | font faces
   Display: Literata (editorial serif) - chosen via modern-font-pairings assessment
   Body/UI: Spline Sans (precise grotesque)
   Wordmark: Merriweather (Mirador Living's own brand serif, used only for the logo lockup) */

@font-face {
  font-family: 'Literata';
  src: url('fonts/literata-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Spline Sans';
  src: url('fonts/spline-sans-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather Wordmark';
  src: url('fonts/merriweather-latin.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
