/* config.py から生成。直接編集しない */
:root {
  --bg: #100E0A;
  --surface: #191510;
  --surface2: #221D16;
  --text: #F0EBE2;
  --muted: #948979;
  --accent: #FFB020;
  --accent-ink: #1A1200;
  --danger: #FF5470;
  --radius: 16px;
  --font: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', sans-serif;
  --font-mark: 'TwigayMark', 'Arial Black', sans-serif;
}
