/* ============================================================
   SWMI Hotels — self-hosted fonts (no third-party runtime calls)
   Outfit (headings) + Manrope (body) — variable fonts, Latin subset
   ============================================================ */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/outfit-variable.woff2') format('woff2-variations'),
       url('fonts/outfit-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('fonts/manrope-variable.woff2') format('woff2-variations'),
       url('fonts/manrope-variable.woff2') format('woff2');
}
