:root {
  --cream: #f8f5f0;
  --ink: #1a1a1a;
  --torii: #c0392b;
  --gold: #b5976a;
  --stone: #8c8c8c;
  --mist: #e8e4de;
  --paper: #faf8f4;
  --white: #ffffff;
  --success-bg: #d4edda;
  --success-text: #155724;
  --warning-bg: #fff3cd;
  --warning-text: #856404;
  --muted-bg: #eceae5;
  --muted-text: #6c6761;
  --shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.18);
  --border-color: 1px solid var(--mist);
  --container-width: 1100px;
  --container-wide: 1280px;
  --transition-fast: 0.2s ease;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 24px;
}
