:root {
  --ink: #223029;
  --ink-soft: #4e5c54;
  --muted: #6b756f;
  --paper: #fffdf9;
  --paper-deep: #fbf7f0;
  --surface-muted: #f2eee8;
  --cream: #f7efe3;
  --cream-deep: #eee0ce;
  --sage: #536b58;
  --sage-dark: #34493a;
  --sage-darker: #26372c;
  --sage-soft: #e7eee7;
  --sage-pale: #f1f5f0;
  --clay: #c9613e;
  --clay-dark: #a9472c;
  --clay-soft: #fae9e2;
  --gold: #e7b356;
  --gold-soft: #fbf1d9;
  --border: #e8dfd3;
  --border-strong: #d9cdbc;
  --success: #3b7851;
  --success-soft: #e5f1e8;
  --warning: #b7781f;
  --warning-soft: #fbefd9;
  --danger: #a94339;
  --danger-soft: #f8e8e5;
  --info: #386c78;
  --info-soft: #e5f0f2;
  --white: #fff;
  --shadow-lg: 0 20px 55px rgba(42, 55, 46, .11);
  --shadow-md: 0 9px 28px rgba(42, 55, 46, .075);
  --shadow-sm: 0 4px 16px rgba(42, 55, 46, .055);
  --radius-xs: 10px;
  --radius-sm: 13px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-pill: 999px;
  --container: 1180px;
  --header-height: 84px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-18: 72px;
  --transition: .24s ease;
  --font-ar: "Droid Arabic Kufi", Tahoma, Arial, sans-serif;
  --font-latin: Tahoma, Arial, sans-serif;
}
