/* ORLANDO — tokens visuais centralizados (fonte: brand/orlando/tokens.json) */
:root {
  /* Cor */
  --bg: #F2F0EA;
  --surface-dark: #071A1F;
  --surface: #0B2F36;
  --text-muted: #3E7A86;
  --accent: #02CEC3;

  /* Tipografia */
  --font-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Instrument Serif", Georgia, serif;

  /* Radius e espaçamento (base 8) */
  --radius: 10px;
  --radius-lg: 20px;
  --wrap-max: 1200px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 128px;

  /* Movimento */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --motion-fast: 0.2s;
  --motion-slow: 0.6s;
}
