/* Local files under /public/fonts/. aliases match layouts/style.css. */

/* --- Inter (18pt optical size), family name "Inter" --- */
@font-face {
  font-family: "Inter-ExtraLight";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Inter_18pt-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Inter_18pt-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Inter_18pt-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter_18pt-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter_18pt-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Inter_18pt-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Inter_18pt-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Inter_18pt-ExtraBoldItalic.woff2") format("woff2");
}

/* --- Lora --- */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Lora-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Lora-Italic.woff2") format("woff2");
}
/* Named subfamilies: use font-weight 400 so they match default element weight (Uno sets headings to inherit → 400). */
@font-face {
  font-family: "Lora-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Lora-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Lora-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Lora-BoldItalic.woff2") format("woff2");
}
