:root {
  /* palette */
  --color-neutral-950: #000000;
  --color-neutral-50-1: #f9fafb;
  --color-neutral-800: #1d1d1d;
  --color-neutral-300: #9fa8b2;
  --color-pink-300: #e085f4;
  --color-pink-500: #ae3ec9;
  --color-blue-500: #4465e9;
  --color-neutral-900: #0c0d0e;
  --color-neutral-500: #6e7477;
  --color-neutral-100: #edf0f2;
  --color-neutral-700-1: #323334;
  --color-neutral-50-2: #ffffff;
  --color-neutral-700-2: #2e2e2e;
  --color-blue-400: #4ba1f1;

  /* surfaces */
  --surface-0: #ffffff;
  --surface-1: #edf0f2;
  --surface-2: #9fa8b2;
  --surface-3: #6e7477;
  --surface-4: #323334;

  /* type scale */
  --text-display: 24px;
  --leading-display: 1.6;
  --tracking-display: nullpx;
  --text-body: 12px;
  --leading-body: 1.6;
  --tracking-body: nullpx;
  --text-link: 12px;
  --leading-link: 1.6;
  --tracking-link: nullpx;
  --text-ui-action: 12px;
  --leading-ui-action: 1.6;
  --tracking-ui-action: nullpx;

  /* font families */
  --font-inter: "Inter", ui-sans-serif, system-ui, sans-serif;

  /* radii */
  --radius-none: 0;
  --radius-lg: 9px;

  /* spacing */
  --spacing-base: 4px;
}
