/* OndeVoar.pt — Typography tokens */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Families */
  --ov-font-display: 'Poppins', sans-serif;   /* títulos, wordmark (italic) */
  --ov-font-sans: 'Manrope', sans-serif;       /* texto corrido, UI */
  --ov-font-mono: 'JetBrains Mono', monospace; /* dados, coordenadas, códigos */

  /* Weights */
  --ov-w-regular: 400;
  --ov-w-medium: 500;
  --ov-w-semibold: 600;
  --ov-w-bold: 700;
  --ov-w-extrabold: 800;

  /* Type scale */
  --ov-fs-display: 64px;  /* hero */
  --ov-fs-h1: 52px;
  --ov-fs-h2: 34px;
  --ov-fs-h3: 21px;
  --ov-fs-lg: 19px;
  --ov-fs-body: 16px;
  --ov-fs-sm: 14px;
  --ov-fs-xs: 12px;
  --ov-fs-data: 13px;     /* mono */

  /* Line-height & tracking */
  --ov-lh-tight: 1.05;
  --ov-lh-snug: 1.2;
  --ov-lh-normal: 1.65;
  --ov-track-tight: -0.03em;
  --ov-track-snug: -0.02em;
  --ov-track-wide: 0.16em;
  --ov-track-xwide: 0.22em;
}
