/* ============================================================
   LAEZ · Webfonts
   Three families carry the whole system:
   · P22 Mackinac — the serif voice (logo, headlines, monogram)
   · Raleway      — the structured sans (labels, nav, buttons, UPPERCASE)
   · Livvic       — the quiet humanist sans (body, long-form)
   All files are the brand originals, shipped from /assets/fonts.
   ============================================================ */

/* ---- P22 Mackinac (serif display) ---- */
@font-face {
  font-family: "P22 Mackinac";
  src: url("../assets/fonts/P22Mackinac-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "P22 Mackinac";
  src: url("../assets/fonts/P22Mackinac-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "P22 Mackinac";
  src: url("../assets/fonts/P22Mackinac-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "P22 Mackinac";
  src: url("../assets/fonts/P22Mackinac-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ---- Raleway (structured sans · variable) ---- */
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Livvic (humanist body sans) ---- */
@font-face {
  font-family: "Livvic";
  src: url("../assets/fonts/Livvic-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../assets/fonts/Livvic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../assets/fonts/Livvic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Livvic";
  src: url("../assets/fonts/Livvic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
