/* ============================================================
   The Peeled Closet — Webfonts
   MADE Mirage = real brand display serif (shipped OTF).
   Playfair Display = SUBSTITUTE for "Migra / Bananas" (the bold
     serif italic used for the "peeled" wordmark accent). FLAGGED.
   Hanken Grotesk = SUBSTITUTE for "Typo Grotesk" body sans. FLAGGED.
   IBM Plex Mono = added typewriter/mono for museum-label metadata.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&family=Hanken+Grotesk:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* MADE Mirage — brand display serif (the real font files) */
@font-face {
  font-family: 'MADE Mirage';
  src: url('../assets/fonts/MADEMirage-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MADE Mirage';
  src: url('../assets/fonts/MADEMirage-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MADE Mirage';
  src: url('../assets/fonts/MADEMirage-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MADE Mirage';
  src: url('../assets/fonts/MADEMirage-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MADE Mirage';
  src: url('../assets/fonts/MADEMirage-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
