@import "tailwindcss";

@theme {
  /* palette */
  --color-neutral-50-1: #ffffff;
  --color-green-100: #d9ff00;
  --color-neutral-800-1: #151f27;
  --color-neutral-700: #333333;
  --color-blue-400: #7b92a5;
  --color-blue-600-1: #0000ee;
  --color-neutral-800-2: #212d3a;
  --color-neutral-950: #000000;
  --color-neutral-400: #959494;
  --color-neutral-50-2: #f5f8fa;
  --color-blue-700: #253342;
  --color-blue-600-2: #516383;
  --color-blue-600-3: #536575;

  /* surfaces */
  --color-surface-0: #ffffff;
  --color-surface-1: #959494;
  --color-surface-2: #333333;
  --color-surface-3: #151f27;

  /* fonts */
  --font-fhoscar: "Fhoscar", ui-sans-serif, system-ui, sans-serif;
  --font-manrope: "Manrope", ui-sans-serif, system-ui, sans-serif;

  /* type scale (utilities: text-{role}, leading-{role}, tracking-{role}) */
  --text-display: 90px;
  --text-display--line-height: 0.98;
  --text-display--letter-spacing: nullpx;
  --text-h2: 40px;
  --text-h2--line-height: 1;
  --text-h2--letter-spacing: nullpx;
  --text-h3: 40px;
  --text-h3--line-height: 1;
  --text-h3--letter-spacing: nullpx;
  --text-ui-action: 25px;
  --text-ui-action--line-height: 1.16;
  --text-ui-action--letter-spacing: nullpx;
  --text-ui-input: 25px;
  --text-ui-input--line-height: 1.4;
  --text-ui-input--letter-spacing: nullpx;
  --text-body: 14px;
  --text-body--line-height: 1.43;
  --text-body--letter-spacing: nullpx;
  --text-link: 14px;
  --text-link--line-height: 1.43;
  --text-link--letter-spacing: nullpx;

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

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