/* Carbon 1.3 runtime type roles. Live production text is Inter 400/600/700,
   bundled and scalable. Space Grotesk exists only inside approved outlined
   artwork and is intentionally absent from production tokens. */
:root {
  --font-ui: "Inter", sans-serif;
  --type-relay-display: 700 clamp(3.5rem, 12vw, 7.5rem)/0.88 var(--font-ui);
  --tracking-relay-display: -0.065em;
  --relay-display-indent: clamp(1.5rem, 8vw, 7rem);
  --type-result-title: 700 3.5rem/1.02 var(--font-ui);
  --tracking-result-title: -0.04em;

  --type-heading-lg: 600 2rem/1.1875 var(--font-ui);
  --tracking-heading-lg: -0.015625rem;
  --type-heading-md: 600 1.5rem/1.25 var(--font-ui);
  --tracking-heading-md: -0.0125rem;
  --type-body: 400 1rem/1.5 var(--font-ui);
  --type-body-sm: 400 0.875rem/1.4286 var(--font-ui);
  --type-label: 600 0.8125rem/1.2308 var(--font-ui);
  --tracking-label: 0.0375rem;
  --type-action: 700 1rem/1.25 var(--font-ui);
  --tracking-action: 0.00625rem;
}
