@import "tailwindcss";

@theme {
  /* palette */
  --color-neutral-700: #414141;
  --color-neutral-900: #121212;
  --color-neutral-50-1: #ffffff;
  --color-neutral-500: #717171;
  --color-neutral-400: #989898;
  --color-neutral-800: #222222;
  --color-neutral-950: #000000;
  --color-neutral-50-2: #f8f8f8;

  /* surfaces */
  --color-surface-0: #ffffff;
  --color-surface-1: #989898;
  --color-surface-2: #717171;
  --color-surface-3: #414141;
  --color-surface-4: #222222;

  /* fonts */
  --font-goudy-old-style: "goudy-old-style", ui-sans-serif, system-ui, sans-serif;
  --font-times-new-roman: "Times New Roman", ui-sans-serif, system-ui, sans-serif;
  --font-akzidenz-grotesk-pro: "akzidenz-grotesk-pro", ui-sans-serif, system-ui, sans-serif;

  /* type scale (utilities: text-{role}, leading-{role}, tracking-{role}) */
  --text-h3: 38px;
  --text-h3--line-height: 1.21;
  --text-h3--letter-spacing: -1px;
  --text-body: 16px;
  --text-body--line-height: 1.63;
  --text-body--letter-spacing: nullpx;
  --text-link: 16px;
  --text-link--line-height: 1.63;
  --text-link--letter-spacing: nullpx;
  --text-h4: 14px;
  --text-h4--line-height: 1;
  --text-h4--letter-spacing: -0.2px;
  --text-ui-action: 14px;
  --text-ui-action--line-height: 1.29;
  --text-ui-action--letter-spacing: -0.2px;

  /* radii (utilities: rounded-{name}) */
  --radius-none: 0;

  /* spacing (utilities: p-{key}, m-{key}, gap-{key}, …) */
  --spacing-base: 2px;
}
