/* ============================================================
   FONT LICENSING — confirmed by the client 26 Aug 2026.
   Expose, Bespoke Sans and PP Editorial New are all cleared for
   commercial use on neoskin.com.au. Recorded here so the question
   is not reopened at every launch review.
   ============================================================ */
/* ==========================================================
   neoSKiN type system
   Display : Expose        (Lukas Schneider · Indian Type Foundry)
   Body    : Bespoke Sans  (Indian Type Foundry)
   Labels  : JetBrains Mono (loaded via Google Fonts in <head>)
   ========================================================== */

/* ---------- Display ---------- */
@font-face{
  font-family:'Expose';
  src:url('fonts/Expose-Regular.woff2') format('woff2'),
      url('fonts/Expose-Regular.woff') format('woff');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Expose';
  src:url('fonts/Expose-Medium.woff2') format('woff2'),
      url('fonts/Expose-Medium.woff') format('woff');
  font-weight:500;font-style:normal;font-display:swap;
}

/* ---------- Body ---------- */
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-Light.woff') format('woff');
  font-weight:300;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-Regular.woff') format('woff');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-Italic.woff') format('woff');
  font-weight:400;font-style:italic;font-display:swap;
}
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-Medium.woff') format('woff');
  font-weight:500;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-MediumItalic.woff') format('woff');
  font-weight:500;font-style:italic;font-display:swap;
}
@font-face{
  font-family:'Bespoke Sans';
  src:url('fonts/BespokeSans-Bold.woff') format('woff');
  font-weight:700;font-style:normal;font-display:swap;
}

/* ---------- Editorial accent ----------
   PP Editorial New (Pangram Pangram) carries the hero's italic
   phrases only — never body copy. Confirm the commercial licence
   is on file before launch (see FOUNDER-VERIFICATION-CHECKLIST). */
@font-face{
  font-family:'PP Editorial New';
  src:url('fonts/PPEditorialNew-Regular.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'PP Editorial New';
  src:url('fonts/PPEditorialNew-Italic.woff2') format('woff2');
  font-weight:400;font-style:italic;font-display:swap;
}
