/* ÓPERA ARTE — Webfonts (all self-hosted, real brand fonts) ✓
     • Futura PT  — base type (Light/Book/Medium/Demi/Heavy)
     • Honeyloops — handwritten signature face
     • Peachy     — decorative display for menu section headers
   ⚠️ PEACHY LICENSE: the supplied Peachy.ttf is a DEMO / PERSONAL-USE font.
   Commercial use (this brand) requires the paid license from
   creatypestudio.co/peachy. Purchase before production use. */

/* ---- Futura PT (base) ---- */
@font-face { font-family:'Futura PT'; font-weight:300; font-style:normal; font-display:swap;
  src:url('../assets/fonts/FuturaPT-Light.ttf') format('truetype'); }
@font-face { font-family:'Futura PT'; font-weight:400; font-style:normal; font-display:swap;
  src:url('../assets/fonts/FuturaPT-Book.ttf') format('truetype'); }
@font-face { font-family:'Futura PT'; font-weight:500; font-style:normal; font-display:swap;
  src:url('../assets/fonts/FuturaPT-Medium.ttf') format('truetype'); }
@font-face { font-family:'Futura PT'; font-weight:600; font-style:normal; font-display:swap;
  src:url('../assets/fonts/FuturaPT-Demi.ttf') format('truetype'); }
@font-face { font-family:'Futura PT'; font-weight:700; font-style:normal; font-display:swap;
  src:url('../assets/fonts/FuturaPT-Heavy.ttf') format('truetype'); }

/* ---- Honeyloops (signature) ---- */
@font-face { font-family:'Honeyloops'; font-weight:400; font-style:normal; font-display:swap;
  src:url('../assets/fonts/Honeyloops.otf') format('opentype'),
      url('../assets/fonts/Honeyloops.ttf') format('truetype'); }

/* ---- Peachy (decorative section headers — DEMO license, see note above) ---- */
@font-face { font-family:'Peachy'; font-weight:400; font-style:normal; font-display:swap;
  src:url('../assets/fonts/Peachy.ttf') format('truetype'); }
