/*
  cl.css – Variables de color para Chile
  Sobrescribe solo los tokens necesarios del sistema global
*/

:root {
  --primary-color: #D52B1E;   /* color bandera Chile */
  --secondary-color: #ffffff; /* color bandera Chile */
}