/* ARENA by Rank — Typography tokens */
:root {
  /* Font families — system stack fallbacks */
  --font-display: "Viltrum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-mono: "Courier New", monospace;
  
  /* Display scales — for headlines and large text */
  --text-display-lg: 976px;
  --text-display-md: 631px;
  --text-display-sm: 273px;
  
  /* Heading scales */
  --text-heading-xl: 133px;
  --text-heading-lg: 129px;
  --text-heading-md: 92px;
  --text-heading-sm: 60px;
  --text-heading-xs: 35px;
  
  /* Body scales */
  --text-body-lg: 37px;
  --text-body-md: 35px;
  --text-body-sm: 31px;
  --text-body-xs: 20px;
  
  /* Line height — tight for impact */
  --line-height-display: 100%;
  --line-height-heading: 120%;
  --line-height-body: 140%;
  
  /* Font weights */
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}
