/* ============================================================
   Conmarble Natural Finishes — Webfonts
   Two-serif system + Arabic. (§B4)
   - Marcellus            → display / H1 / wordmark
   - Minion Var. Concept  → body, functional, slogan (bold)
   - DIN Next LT Arabic   → all Arabic
   NOTE: Only Roman + Italic were supplied for Minion; bold/medium
   are synthesised by the browser until weighted files are provided.
   ============================================================ */

@font-face {
  font-family: "Marcellus";
  src: url("../assets/fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Minion Variable Concept";
  src: url("../assets/fonts/MinionVariableConcept-Roman.otf") format("opentype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Minion Variable Concept";
  src: url("../assets/fonts/MinionVariableConcept-Italic.otf") format("opentype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../assets/fonts/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
