@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300..800;1,300..800&family=Noto+Sans+JP:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap");

/* PlanitAI type stack.
   Latin  — Urbanist (brand face, per PlanitAI brand guidelines). Served from Google Fonts.
   JP     — Yu Gothic UI is the brand's specified Japanese face; it is a system font on
            Windows/macOS, so it leads the chain. Noto Sans JP is the webfont safety net
            for machines without it. Hiragino Sans covers macOS.
   Mono   — JetBrains Mono for code / tabular data.
   NOTE: no self-hosted binaries are bundled. Drop .woff2 files into assets/fonts/ and
   replace this @import with real @font-face rules if you need offline / self-hosted use. */

:root {
  --font-sans: "Urbanist", "Yu Gothic UI", "Yu Gothic", YuGothic, "Hiragino Sans", "Noto Sans JP", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Urbanist", "Yu Gothic UI", "Yu Gothic", YuGothic, "Hiragino Sans", "Noto Sans JP", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Yu Gothic UI", "Yu Gothic", YuGothic, "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Consolas, "Courier New", monospace;
  --font-features: "liga" 1, "calt" 1; /* @kind other */
}
