/*
 * Self-hosted, commercially usable SIL OFL 1.1 fonts.
 * Full license texts are beside each font; provenance: docs/font_licenses.md.
 * Load after starlit-redesign.css so these design tokens take precedence.
 */

@font-face {
  font-family: "Noto Sans KR";
  src: url("./noto-sans-kr/NotoSansKR-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("./noto-sans-kr/NotoSansKR-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif KR";
  src: url("./noto-serif-kr/NotoSerifKR-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./cormorant-garamond/CormorantGaramond-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --font-sans: "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  --font-serif: "Noto Serif KR", "Batang", Georgia, serif;
  --font-display: "Cormorant Garamond", "Noto Serif KR", Georgia, serif;
}

.font-editorial {
  font-family: var(--font-serif);
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.font-display {
  font-family: var(--font-display);
  font-weight: 500;
  font-kerning: normal;
}
