/* ==========================================================================
   Variables CSS globales — SAMIFER_WEB / ServiGasClima
   ========================================================================== */

:root {
  /* Paleta principal */
  --navy: #0b1f2a;
  --navy-2: #11304a;
  --ink: #0a1420;
  --cream: #f7f1e5;
  --paper: #fbf7ee;
  --flame: #ff5b1f;
  --flame-2: #ff8a3d;
  --ember: #ffc857;
  --line: #1a3347;
  --muted: #6f7b86;
  --white: #ffffff;
  --wa: #25D366;

  /* Tipografía */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", system-ui, -apple-system, sans-serif;
}
