/*
 * GENERATED FILE. DO NOT EDIT.
 *
 * Edit the source JSON and run `pnpm generate`.
 * Source: packages/ui/tokens.json
 */

:root {
  /* colour */
  --nc-color-background: #000000;
  --nc-color-surface: #0a0a0a;
  --nc-color-surface-raised: #1f1f1f;
  --nc-color-border: #242424;
  --nc-color-border-strong: #3a3a3a;
  --nc-color-primary: #fafafa;
  --nc-color-on-primary: #000000;
  --nc-color-text-primary: #fafafa;
  --nc-color-text-secondary: #a3a3a3;
  --nc-color-text-tertiary: #6b6b6b;
  --nc-color-accent: #22d3ee;
  --nc-color-accent-pressed: #0ea5c4;
  --nc-color-accent-subtle: #0b2e36;
  --nc-color-on-accent: #000000;
  --nc-color-success: #4ade80;
  --nc-color-warning: #fbbf24;
  --nc-color-danger: #f87171;
  --nc-color-on-danger: #000000;

  /* space */
  --nc-space-none: 0px;
  --nc-space-xs: 4px;
  --nc-space-sm: 8px;
  --nc-space-md: 12px;
  --nc-space-lg: 16px;
  --nc-space-xl: 24px;
  --nc-space-xxl: 32px;
  --nc-space-xxxl: 48px;
  --nc-space-xxxxl: 64px;

  /* radius */
  --nc-radius-none: 0px;
  --nc-radius-sm: 8px;
  --nc-radius-md: 12px;
  --nc-radius-lg: 20px;
  --nc-radius-pill: 999px;

  /* duration */
  --nc-duration-fast: 120ms;
  --nc-duration-base: 200ms;
  --nc-duration-slow: 320ms;
  --nc-duration-celebration: 900ms;

  /* typeface */
  --nc-font-family: 'Inter Tight', system-ui, sans-serif;

  /* type */
  --nc-type-display-size: 64px;
  --nc-type-display-line-height: 66px;
  --nc-type-display-weight: 700;
  --nc-type-display-letter-spacing: -2px;
  --nc-type-display-compact-size: 40px;
  --nc-type-display-compact-line-height: 44px;
  --nc-type-display-compact-weight: 700;
  --nc-type-display-compact-letter-spacing: -1.2px;
  --nc-type-title-size: 34px;
  --nc-type-title-line-height: 38px;
  --nc-type-title-weight: 700;
  --nc-type-title-letter-spacing: -0.8px;
  --nc-type-heading-size: 24px;
  --nc-type-heading-line-height: 30px;
  --nc-type-heading-weight: 600;
  --nc-type-heading-letter-spacing: -0.3px;
  --nc-type-body-size: 17px;
  --nc-type-body-line-height: 26px;
  --nc-type-body-weight: 400;
  --nc-type-body-letter-spacing: 0px;
  --nc-type-label-size: 16px;
  --nc-type-label-line-height: 20px;
  --nc-type-label-weight: 600;
  --nc-type-label-letter-spacing: 0px;
  --nc-type-caption-size: 13px;
  --nc-type-caption-line-height: 18px;
  --nc-type-caption-weight: 500;
  --nc-type-caption-letter-spacing: 0.2px;

  /* constants */
  --nc-min-touch-target: 44px;
}
