/*
 * Kurenai Code — brand typography (self-hosted, no Google CDN).
 * Display/brand: Kurenai (Rajdhani). Body: Inter. Metadata: JetBrains Mono.
 */
@font-face {
  font-family: "Kurenai";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Kurenai-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Kurenai";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Kurenai-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Kurenai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Kurenai-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/jetbrains-mono-400.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/jetbrains-mono-500.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/jetbrains-mono-600.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}

:root {
  --font-kurenai: "Kurenai", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: var(--font-kurenai);
  --font-body: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
