/* ルミナ webfonts.
   SUBSTITUTION NOTE: no font binaries were provided with the brand brief.
   These are the closest Google Fonts matches to the described voice
   (elegant-but-warm mincho headings, clear gothic body). Swap in licensed
   binaries + local @font-face rules when they are available. */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap");

:root{
  --font-display:"Shippori Mincho B1","Hiragino Mincho ProN","Yu Mincho",serif;
  --font-body:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  --font-mono:"JetBrains Mono","SFMono-Regular",monospace;
}
