:root {
  color-scheme: light;
  --paper: #f7f8f3;
  --surface: #ffffff;
  --surface-soft: #eef5f1;
  --ink: #102a26;
  --ink-soft: #5e716c;
  --green: #075b4f;
  --green-deep: #063d36;
  --green-bright: #0a7968;
  --gold: #c58b36;
  --gold-soft: #f2dfb6;
  --sky: #dceff2;
  --coral: #e07b54;
  --line: #d7e2dd;
  --success: #16734f;
  --warning: #986314;
  --error: #b13a32;
  --focus: #167a6b;
  --font-display: "Aptos Display", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --font-body: Aptos, "Segoe UI Variable", "Segoe UI", Tahoma, Arial, sans-serif;
  --font-arabic: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 8px 24px rgba(6, 61, 54, .08);
  --shadow-lg: 0 24px 70px rgba(6, 61, 54, .15);
  --fast: 150ms;
  --normal: 260ms;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --page: 1440px;
}

[data-theme="dark"] {
  --paper: #0d1d1a;
  --surface: #132723;
  --surface-soft: #19332e;
  --ink: #eff7f3;
  --ink-soft: #aec2bb;
  --line: #304b44;
}
