/* ================================================
   VARIABLES.CSS — Variables CSS globales
   Proyecto: SmartDaga Landing
   Autor: e-DAGA Systems
================================================ */

:root {
  /* Colores principales */
  --navy:    #0A2463;
  --navy2:   #1a3a5c;
  --green:   #00B050;
  --green2:  #009040;
  --orange:  #F97316;

  /* Fondos */
  --bg:   #F8FAFC;
  --bg2:  #F1F5F9;

  /* Texto */
  --text:   #374151;
  --dark:   #111827;
  --border: #E5E7EB;

  /* UI */
  --r:          12px;
  --font-main:  'Inter', system-ui, sans-serif;
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.1);
  --shadow-md:  0 4px 6px rgba(0,0,0,0.1);
  --transition: 0.3s ease;
}
