/* ═══════════ 2 · VARIÁVEIS GLOBAIS ═══════════ */
/* ═══════════ VOYZER TECH — cinematic landing ═══════════ */
:root {
  --black: #070708;
  --graphite: #141417;
  --graphite-2: #1d1d22;
  --white: #f5efe6;
  /* branco quente */
  --white-dim: #b8b2a6;
  --amber: #e8a33d;
  /* glow ambiente do data center */
  --amber-soft: #c98a2e;
  --brand: #FE5000;
  /* laranja da marca Voyzer */
  --font-display: "Kimoe", sans-serif;
  --font-body: "Kimoe", -apple-system, sans-serif;
}
