@font-face {
  font-family: "Cormorant Garamond";
  src: url("/delegate2/assets/cormorant-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/delegate2/assets/cormorant-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/delegate2/assets/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/delegate2/assets/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/delegate2/assets/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-display: "Cormorant Garamond", ui-serif, serif;
  --font-body: "Manrope", ui-sans-serif, sans-serif;

  --color-paper: oklch(13% 0.012 76);
  --color-paper-2: oklch(17% 0.014 76);
  --color-paper-3: oklch(22% 0.016 76);
  --color-paper-raised: oklch(26% 0.018 76);
  --color-ink: oklch(95% 0.008 76);
  --color-ink-2: oklch(82% 0.010 76);
  --color-muted: oklch(67% 0.012 76);
  --color-neutral: oklch(50% 0.014 76);
  --color-rule: oklch(31% 0.016 76);
  --color-rule-2: oklch(25% 0.014 76);
  --color-accent: oklch(83% 0.140 76);
  --color-accent-soft: oklch(30% 0.052 76);
  --color-accent-ink: oklch(16% 0.018 76);
  --color-focus: oklch(50% 0.180 250);
  --color-error: oklch(72% 0.170 25);
  --color-success: oklch(76% 0.130 145);
  --color-scrim: oklch(8% 0.010 76 / 0.72);
  --color-surface-frost: oklch(16% 0.014 76 / 0.78);
  --color-image-wash: oklch(13% 0.012 76 / 0.12);

  --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-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: clamp(3.25rem, 6vw + 0.5rem, 5.25rem);
  --text-display-s: clamp(2.75rem, 4.4vw + 0.75rem, 4.5rem);

  --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;

  --radius-sm: 0.625rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --content: 76rem;
  --gutter: clamp(1rem, 4vw, 3rem);
  --nav-height: 3.5rem;

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