/* ══════════════════════════════════════════
   EletroNorte — Design Tokens
   ══════════════════════════════════════════ */

:root {
  /* Brand */
  --red: #E8605E;
  --red-dark: #c9504e;
  --red-light: #fdf0ef;
  --red-glow: rgba(232, 96, 94, 0.12);

  /* Neutrals */
  --dark: #2c2c2c;
  --dark-mid: #3a3a3a;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --bg: #ffffff;
  --bg-off: #f7f7f8;
  --border: #e8e8e8;

  /* WhatsApp */
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe5d;

  /* Surfaces */
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.10);

  /* Typography */
  --font-display: 'Archivo Black', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;

  /* Transitions */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
