/* Haiku typography — Nekst SemiBold for logo + headline call-outs, Inter for everything else.
   Sizes are the literal sizes used across the Brand Tool Kit (1920×1080 artboards). */
:root{
  --font-display:"Nekst","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  /* Weights actually used in the file */
  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;   /* Nekst Semi Bold — display; Inter Semi Bold — slide names */
  --weight-bold:700;       /* Inter Bold — section headings, page furniture */
  --weight-extrabold:800;
  --weight-black:900;

  /* Display scale — Nekst Semi Bold, line-height 1 */
  --type-hero:200px;       /* cover / divider headline */
  --type-display:121px;    /* key-visual call-out */
  --type-display-sm:100px;
  --type-display-xs:64px;

  /* Text scale — Inter */
  --type-lead:60px;        /* opening statement paragraph */
  --type-h1:50px;
  --type-h2:40px;
  --type-h3:36px;          /* page title / page furniture label */
  --type-h4:30px;
  --type-h5:24px;
  --type-body:20px;        /* brandbook body copy */
  --type-body-sm:16px;
  --type-label:14px;
  --type-caption:12px;
  --type-micro:10px;

  /* Line heights — the file uses exactly two */
  --leading-tight:1;       /* all display sizes and 36px page furniture ("100%") */
  --leading-body:1.5;      /* all running copy */

  --tracking-tight:-0.01em;
  --tracking-normal:0;
}
.haiku-hero{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--type-hero);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-display{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--type-display);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-display-sm{font-family:var(--font-display);font-weight:var(--weight-semibold);font-size:var(--type-display-sm);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-lead{font-family:var(--font-sans);font-weight:var(--weight-regular);font-size:var(--type-lead);line-height:var(--leading-body);color:var(--text-primary)}
.haiku-h1{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--type-h1);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-h2{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--type-h2);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-h3{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--type-h3);line-height:var(--leading-tight);color:var(--text-accent)}
.haiku-h4{font-family:var(--font-sans);font-weight:var(--weight-bold);font-size:var(--type-h4);line-height:var(--leading-tight);color:var(--text-primary)}
.haiku-body{font-family:var(--font-sans);font-weight:var(--weight-regular);font-size:var(--type-body);line-height:var(--leading-body);color:var(--text-primary)}
.haiku-body-sm{font-family:var(--font-sans);font-weight:var(--weight-regular);font-size:var(--type-body-sm);line-height:var(--leading-body);color:var(--text-secondary)}
.haiku-label{font-family:var(--font-sans);font-weight:var(--weight-medium);font-size:var(--type-label);line-height:var(--leading-body);color:var(--text-secondary)}
.haiku-caption{font-family:var(--font-sans);font-weight:var(--weight-medium);font-size:var(--type-caption);line-height:var(--leading-body);color:var(--text-secondary)}
