/* ============================================================
   JEWELLE & PAOLO — TYPE SYSTEM
   Direction: Editorial Classic (warm · timeless · Bembo-adjacent)
   ------------------------------------------------------------
   COMMERCIAL FONTS TO LICENSE ON APPROVAL
   (dev currently renders the free look-alike noted in [brackets])

     JP Display  → CANELA               Commercial Type   commercialtype.com/catalog/canela
                   [placeholder: Cormorant Garamond]
     JP Text     → GARAMOND PREMIER PRO Adobe Fonts        fonts.adobe.com  (incl. w/ Creative Cloud)
                   [placeholder: EB Garamond]
     JP UI       → SÖHNE                Klim Type Foundry  klim.co.nz/retail-fonts/soehne
                   [placeholder: Jost]

   TO SWAP TO THE REAL FONTS after purchase:
     drop the licensed .woff2 into /fonts and change only the src url()
     + family name below. Every stylesheet references JP Display / JP Text
     / JP UI, so nothing else needs to change.
   ============================================================ */

/* --- JP Display  (placeholder: Cormorant Garamond, variable 300–700) --- */
@font-face{
  font-family:'JP Display';
  src:url('../fonts/cormorant-garamond.woff2') format('woff2');
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JP Display';
  src:url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
  font-weight:300 700; font-style:italic; font-display:swap;
}

/* --- JP Text  (placeholder: EB Garamond, variable 400–800) --- */
@font-face{
  font-family:'JP Text';
  src:url('../fonts/eb-garamond.woff2') format('woff2');
  font-weight:400 800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JP Text';
  src:url('../fonts/eb-garamond-italic.woff2') format('woff2');
  font-weight:400 800; font-style:italic; font-display:swap;
}

/* --- JP UI  (placeholder: Jost, variable 100–900) --- */
@font-face{
  font-family:'JP UI';
  src:url('../fonts/jost.woff2') format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
}

:root{
  --font-display:'JP Display', 'Cormorant Garamond', Georgia, serif;
  --font-text:'JP Text', 'EB Garamond', Georgia, serif;
  --font-ui:'JP UI', 'Jost', system-ui, -apple-system, sans-serif;
}
