/**
 * Tokens de design - Landing EnvioEcom
 * Azul primário | Laranja apenas como acento pontual
 */
:root {
  --brand-blue: #2563EB;
  --brand-blue-dark: #0F172A;
  --brand-blue-light: #60A5FA;
  --accent-orange: #fb8c00;
  --accent-orange-light: #ffb74d;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;
  --text: #111827;
  --text-muted: #475569;
  --border-radius: 10px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
}
