:root {
  --paper: #f5f0e8;
  --paper-accent: #e7d8c7;
  --card: #fff9f1;
  --wash: #e4d2be;
  --ink: #17233c;
  --ink-muted: #5f6b7f;
  --border: #d9ccbf;
  --accent: #c95e35;
  --accent-soft: #f1d5c7;
  --success: #d97b2e;
  --success-soft: #f8e0c9;
  --danger: #b9474b;
  --danger-soft: #f2d2d3;
  --teal: #2b8c6b;
  --shadow: rgba(23, 35, 60, 0.08);
  --white: #ffffff;

  --font-family-ja: 'Noto Sans JP', sans-serif;
  --font-family-en: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, sans-serif;

  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-2xl: 64px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
}
