/* ============================================================
   Anjuli de Boer — local brand webfonts (self-hosted woff2)
   Replaces the Google Fonts CDN. Files live in /fonts.
   ============================================================ */

/* ---------- Playfair Display (serif / display) ---------- */
@font-face {
  font-family: "Playfair Display";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic; font-weight: 500; font-display: swap;
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic; font-weight: 600; font-display: swap;
  src: url("../fonts/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2");
}

/* ---------- Raleway (sans / body) ---------- */
@font-face {
  font-family: "Raleway";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
}

/* ---------- KingLear (DBO-digitals wordmark) ---------- */
@font-face {
  font-family: "KingLear";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/KingLear-Medium.woff2") format("woff2");
}
