/* Za Porozumieniem · brand tokens transcribed from the Figma source */
:root {
  --color-chalkboard: #242530;
  --color-terracotta: #CD8F76;
  --color-pink: #F8C0E0;
  --color-yellow: #FFF7D6;
  --color-blue: #B2BEEA;
  --color-paper: #F5F1F0;

  --color-ink: var(--color-chalkboard);
  --color-on-dark: var(--color-paper);
  --color-rule-dark: #4A4B57;
  --color-rule-light: #D6D0CE;
  --color-focus: var(--color-pink);

  /*
   * The first faces are the exact Figma families. They resolve wherever the
   * licensed fonts are installed; production webfont files can be added later
   * without changing the type system.
   */
  --font-display: "ABC Otto Light", "ABC Otto", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-body: "ABC Walter Neue Regular", "ABC Walter Neue", "Avenir Next", "Century Gothic", sans-serif;

  --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.15rem, 7.4vw, 7rem);

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

  --radius-sm: 0.75rem;
  --radius-md: 1.5rem;
  --radius-lg: clamp(1.75rem, 3vw, 3.25rem);
  --radius-round: 999rem;

  --page-inline: clamp(1.125rem, 4.4vw, 5.25rem);
  --page-max: 94.5rem;
  --copy-max: 66ch;

  --dur-short: 160ms;
  --dur-medium: 280ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
}
