@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
  --font-sans:
    "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI", "Yu Gothic", Meiryo, "Noto Sans JP", ui-sans-serif,
    system-ui, sans-serif;
  --font-serif:
    "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho",
    "Noto Serif JP", serif;
  --background: oklch(0.968 0.016 205);
  --foreground: oklch(0.19 0.024 228);
  --card: oklch(0.992 0.008 206);
  --card-foreground: oklch(0.19 0.024 228);
  --popover: oklch(0.992 0.008 206);
  --popover-foreground: oklch(0.19 0.024 228);
  --primary: oklch(0.24 0.028 226);
  --primary-foreground: oklch(0.982 0.01 205);
  --secondary: oklch(0.91 0.026 194);
  --secondary-foreground: oklch(0.24 0.026 226);
  --muted: oklch(0.94 0.014 205);
  --muted-foreground: oklch(0.45 0.022 221);
  --accent: oklch(0.86 0.042 190);
  --accent-foreground: oklch(0.2 0.026 226);
  --destructive: oklch(0.62 0.2 25);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.86 0.016 205);
  --input: oklch(0.94 0.014 205);
  --ring: oklch(0.36 0.04 220);
  --chart-1: oklch(0.24 0.028 226);
  --chart-2: oklch(0.57 0.05 198);
  --chart-3: oklch(0.78 0.038 190);
  --chart-4: oklch(0.38 0.038 222);
  --chart-5: oklch(0.64 0.09 62);
  --sidebar: oklch(0.962 0.014 205);
  --sidebar-foreground: oklch(0.19 0.024 228);
  --sidebar-primary: oklch(0.24 0.028 226);
  --sidebar-primary-foreground: oklch(0.982 0.01 205);
  --sidebar-accent: oklch(0.86 0.042 190);
  --sidebar-accent-foreground: oklch(0.2 0.026 226);
  --sidebar-border: oklch(0.86 0.016 205);
  --sidebar-ring: oklch(0.36 0.04 220);
}
