@import "tailwindcss";

@theme {
  /* palette */
  --color-neutral-700: #333333;
  --color-neutral-50-1: #ffffff;
  --color-neutral-950: #000000;
  --color-neutral-50-2: #f7f7f7;
  --color-blue-800: #00075f;
  --color-neutral-500: #696969;
  --color-red-200: #dfbebe;
  --color-violet-600: #3d46c2;
  --color-neutral-100-1: #dedede;
  --color-green-500: #238020;
  --color-neutral-100-2: #ebecf7;
  --color-green-200: #b4d6b3;
  --color-red-500: #b93d3d;

  /* surfaces */
  --color-surface-0: #ffffff;
  --color-surface-1: #ebecf7;
  --color-surface-2: #dedede;
  --color-surface-3: #696969;
  --color-surface-4: #333333;

  /* fonts */
  --font-times-new-roman: "Times New Roman", ui-sans-serif, system-ui, sans-serif;
  --font-areal: "areal", ui-sans-serif, system-ui, sans-serif;

  /* type scale (utilities: text-{role}, leading-{role}, tracking-{role}) */
  --text-body: 16px;
  --text-body--line-height: 1;
  --text-body--letter-spacing: nullpx;
  --text-h3: 16px;
  --text-h3--line-height: 1.45;
  --text-h3--letter-spacing: nullpx;
  --text-h4: 16px;
  --text-h4--line-height: 1.45;
  --text-h4--letter-spacing: nullpx;
  --text-link: 16px;
  --text-link--line-height: 1;
  --text-link--letter-spacing: nullpx;
  --text-ui-action: 12.5px;
  --text-ui-action--line-height: null;
  --text-ui-action--letter-spacing: nullpx;

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

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