/* Variaveis de cor. Geradas a partir de cores.json. */
/* Rangel: cores reais do logo. Planejar+: placeholder. */
:root {
  /* Rangel */
  --rangel-primary: #1B3A47;
  --rangel-secondary: #5F757E;
  --rangel-accent: #B0B0AB;
  --rangel-steel: #888885;
  --rangel-surface: #E1E0DB;
  --rangel-blueprint-bg: #0F2027;
  --rangel-blueprint-grid: #3F5A64;

  /* Planejar+ (PLACEHOLDER - ajustar) */
  --planejar-primary: #1E5F4B;
  --planejar-secondary: #2E8B6B;
  --planejar-accent: #5FD1A8;

  /* Neutros */
  --neutral-0: #FFFFFF;
  --neutral-100: #F2F1EF;
  --neutral-300: #E1E0DB;
  --neutral-500: #888885;
  --neutral-700: #49616C;
  --neutral-900: #1B3A47;

  /* Semanticos */
  --color-success: #2E9E5B;
  --color-warning: #E0A800;
  --color-error: #D14343;
  --color-info: #5F757E;
}
