/* Shared design tokens from the approved combined page. */
:root{
  --amp-black:#101014;
  --oxide-red:#9D2E2E;
  --feedback-blue:#2FA7D6;
  --asphalt:#3C302B;
  --bone:#E8DDC8;
  --synth-violet:#7D4ED8;
  --jade:#4FA88A;
  --font-display:'Anton',sans-serif;
  --font-editorial:'EB Garamond',serif;
  --font-body:'Inter',sans-serif;
  --font-mono:'IBM Plex Mono',monospace;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-micro:cubic-bezier(.4,0,.2,1);
}
