/* Generated by bin/tokens.mjs from design/tokens.json. Do not edit by hand.
 * Breakpoints (media queries cannot read custom properties): tablet 768px, desktop 1200px. */
:root {
  /* colour */
  --color-navy: #14233b;
  --color-navy-hover: #22375a;
  --color-gold: #ddbc64;
  --color-gold-hover: #c9a64a;
  --color-gold-active: #b8953d;
  --color-logo-gold: #e2c576;
  --color-blue: #334fb4;
  --color-blue-tint: #eef1f8;
  --color-white: #ffffff;
  --color-cream: #fefcf3;
  --color-grey: #f3f3f3;
  --color-ink-muted: #4b5566;
  --color-ink-subtle: #5b6475;
  --color-line-strong: #767f8f;
  --color-line: #d9dce2;
  --color-disabled: #e6e8ec;
  --color-error: #b42318;
  --color-error-tint: #fbeaea;
  --color-success: #1e7a46;
  --color-success-tint: #e8f4ec;
  --color-scrim: #14233b99;
  /* font */
  --font-ar: 'Cairo', 'Geeza Pro', 'Segoe UI', Tahoma, sans-serif;
  --font-en: 'Assistant', 'Helvetica Neue', Arial, sans-serif;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;
  /* type scale, rem so a reader's own font size still scales it */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3rem;
  /* line height */
  --leading-body-ar: 1.75;
  --leading-body-en: 1.6;
  --leading-heading: 1.35;
  --leading-tight: 1.2;
  /* space, 4px grid */
  --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-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  /* section rhythm */
  --section-gap-mobile: 80px;
  --section-gap-tablet: 96px;
  --section-gap-desktop: 128px;
  /* layout */
  --gutter-mobile: 24px;
  --gutter-tablet: 32px;
  --gutter-desktop: 48px;
  --container: 1200px;
  --measure: 680px;
  --touch-min: 44px;
  --control-height: 48px;
  /* radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;
  /* shadow */
  --shadow-sm: 0 1px 2px rgb(20 35 59 / 0.08);
  --shadow-md: 0 4px 16px rgb(20 35 59 / 0.10);
  --shadow-lg: 0 16px 48px rgb(20 35 59 / 0.18);
  /* motion, 300ms at most */
  --motion-fast: 150ms;
  --motion-base: 200ms;
  --motion-slow: 280ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
  /* stacking */
  --z-header: 100;
  --z-drawer: 1000;
  --z-toast: 1100;
}
