/**
 * Generated by quanta codegen — DO NOT EDIT.
 * Regenerate via `yarn workspace @higgsfield/quanta tokens:emit`.
 *
 * Source: @higgsfield-ai/design-tokens (Figma Variables).
 *
 * TEMPLATE DIVERGENCE (deliberate, hand-edited): upstream codegen emits
 * --hf-type-family-primary-base: "Inter Display", but the product never
 * renders Inter Display — higgsfield.ai's rendered titles are Space Grotesk.
 * This template does not run `tokens:emit`, so the primary family is
 * re-pointed to "Space Grotesk" here so display/headline/title utilities
 * match the product's rendered look out of the box. If codegen is ever run
 * against this file, re-apply this override.
 */

:root {
  --hf-type-family-grotesk-base: "Space Grotesk";
  --hf-type-family-mono-base: "IBM Plex Mono";
  --hf-type-family-primary-base: "Space Grotesk";
  --hf-type-family-secondary-base: "Inter";

  --hf-type-weight-black: 900;
  --hf-type-weight-bold: 700;
  --hf-type-weight-medium: 500;
  --hf-type-weight-regular: 400;
  --hf-type-weight-semi-bold: 600;

  --hf-type-letter-spacing-loose: 0.00625rem;
  --hf-type-letter-spacing-none: 0;
  --hf-type-letter-spacing-slight: -0.025rem;
  --hf-type-letter-spacing-tight: -0.075rem;
  --hf-type-letter-spacing-wide: 0.0125rem;
}
