/* Letterhead · seed 0b38db54 · approved letter-comp-2
 * paper #e7e3d6 · accent Xeal #F95E06 · display Fraunces · body Archivo
 */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-paper: #e4d4ae;
  --color-paper-2: #e6d8b8;
  --color-paper-3: #dccda8;
  --color-rule: oklch(82% 0.014 80);
  --color-neutral: oklch(52% 0.018 70);
  --color-muted: oklch(38.7% 0.019 77);
  --color-ink: oklch(19.5% 0.010 67);
  --color-accent: oklch(67.7% 0.204 42);
  --color-accent-ink: oklch(55% 0.195 40);
  --color-accent-hover: oklch(48% 0.18 38);
  --color-focus: oklch(55% 0.195 40);
  --color-dark: oklch(18% 0.012 55);
  --color-on-dark: oklch(96% 0.012 80);
  --color-on-accent: oklch(98.5% 0.008 80);
  --color-card: oklch(98% 0.008 80);

  --font-display: "Fraunces", "Iowan Old Style", Palatino, serif;
  --font-body: "Archivo", "Segoe UI", sans-serif;

  --text-xs: 0.9375rem;
  --text-sm: 1.09375rem;
  --text-base: 1.328125rem;
  --text-md: 1.5625rem;
  --text-lg: 1.875rem;
  --text-xl: 2.34375rem;
  --text-2xl: 2.96875rem;
  --text-3xl: 3.75rem;
  --text-display: clamp(2.8rem, 5.6vw + 1rem, 4.375rem);
  --text-display-s: clamp(2.2rem, 3.75vw + 0.75rem, 3.125rem);

  --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;
  --page-gutter: clamp(1.15rem, 4vw, 2.5rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.55, 0, 1, 0.45);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 150ms;
  --dur: 220ms;

  --rule-hair: 1px;
  --radius: 0;
  --radius-card: 0;
  --radius-pill: 0;
  --radius-photo: 0;
  --page-max: 52.5rem;
  --letter-max: 52.5rem;

  --z-base: 1;
  --z-sticky: 200;
}
