:root {
  --color-paper: oklch(95% 0.014 145);
  --color-paper-2: oklch(91% 0.018 145);
  --color-paper-3: oklch(86% 0.02 145);
  --color-ink: oklch(17% 0.014 150);
  --color-ink-2: oklch(30% 0.016 150);
  --color-rule: oklch(73% 0.018 145);
  --color-rule-2: oklch(82% 0.014 145);
  --color-muted: oklch(43% 0.014 150);
  --color-neutral: oklch(36% 0.012 150);
  --color-accent: oklch(69% 0.17 145);
  --color-accent-ink: oklch(17% 0.014 150);
  --color-focus: oklch(60% 0.21 145);
  --color-error: oklch(52% 0.19 28);
  --color-success: oklch(48% 0.13 145);

  --font-display: "IBM Plex Sans Arabic", "DIN Next Arabic", sans-serif;
  --font-body: "Noto Sans Arabic", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.5rem;
  --text-display-s: clamp(2.75rem, 7vw, 6rem);
  --text-display: clamp(3.25rem, 10vw, 9rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --rule-heavy: 3px;
  --radius-card: 0;
  --radius-input: 0;
  --radius-button: 0;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;

  --page-gutter: clamp(1rem, 4vw, 3rem);
  --content-wide: 82rem;
  --content-prose: 62ch;
}

