:root {
  /* BASE */
  --blue-dark: #020617;   /* 🔥 mais profundo (antes estava claro) */
  --blue-royal: #0f172a;  /* usado em seções */

  /* TEXTO */
  --white: #ffffff;
  --gray: #94a3b8;        /* 🔥 melhor leitura em fundo escuro */
  --gray-light: #cbd5f5;  /* subtítulos */

  /* DESTAQUE */
  --orange: #f97316;      /* 🔥 mais vibrante (melhor conversão) */
  --orange-light: #fb923c;
  --orange-dark: #ea580c;

  /* BASE EXTRA */
  --black: #020617;
}