/* home.msc Webfonts — Self-Hosted */
/* Alle Fonts unter SIL Open Font License 1.1 */
/* Variable Fonts — eine Datei pro Familie, alle Weights enthalten. */
/* 집에서 만든, 오래가는 — auch die Schriften kommen von zu Hause. */

/* ── Bricolage Grotesque (Headlines) ── */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('bricolage-grotesque/BricolageGrotesque.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

/* ── DM Sans (Body / UI) ── */
@font-face {
  font-family: 'DM Sans';
  src: url('dm-sans/DMSans.woff2') format('woff2');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('dm-sans/DMSans-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ── JetBrains Mono (Code / Labels) ── */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('jetbrains-mono/JetBrainsMono.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

/* ── Noto Sans KR (Korean Hints · 한국어) ── */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('noto-sans-kr/NotoSansKR.woff2') format('woff2');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
