/* NOVE · Design Tokens · Tipografia
   Dois mixes que conversam. IBM Plex Mono compartilhado como rótulo. */
:root {
  /* ── Famílias ── */
  --nove-sans: 'Inter', system-ui, sans-serif; /* @kind font */
  --nove-archivo: 'Archivo', system-ui, sans-serif; /* @kind font */
  --nove-display: 'Anton', 'Archivo', sans-serif; /* @kind font */
  --nove-mono: 'IBM Plex Mono', ui-monospace, monospace; /* @kind font */

  /* ── Pesos ── */
  --nove-fw-regular: 400; /* @kind font */
  --nove-fw-medium: 500; /* @kind font */
  --nove-fw-semibold: 600; /* @kind font */
  --nove-fw-bold: 700; /* @kind font */
  --nove-fw-black: 800; /* @kind font */

  /* ── Escala de tamanhos ── */
  --nove-fs-display: 3.5rem;   /* 56px · capas, headlines Anton/Archivo Exp */
  --nove-fs-h1: 2rem;          /* 32px · títulos de seção */
  --nove-fs-h2: 1.375rem;      /* 22px · subtítulos */
  --nove-fs-h3: 1.125rem;      /* 18px */
  --nove-fs-body: 0.9375rem;   /* 15px · corpo */
  --nove-fs-body-lg: 1.0625rem;/* 17px · corpo destacado */
  --nove-fs-caption: 0.8125rem;/* 13px · legendas */
  --nove-fs-label: 0.6875rem;  /* 11px · rótulos mono uppercase */
  --nove-fs-label-sm: 0.625rem;/* 10px · micro-rótulos */

  /* ── Altura de linha ── */
  --nove-lh-tight: 0.95; /* @kind font */
  --nove-lh-heading: 1.1;      /* @kind font */
  --nove-lh-body: 1.6;         /* @kind font */

  /* ── Tracking ── */
  --nove-ls-display: -0.03em;  /* @kind font */
  --nove-ls-heading: -0.02em;  /* @kind font */
  --nove-ls-body: 0;           /* @kind font */
  --nove-ls-label: 0.12em;     /* @kind font */
  --nove-ls-eyebrow: 0.22em;   /* @kind font */
}
