:root {
  --ds-font-family: Poppins;
  --ds-primary: #f47016;
  --ds-primary-hover: #f58032;
  --ds-success: #22c55e;
  --ds-warning: #f59e0b;
  --ds-error: #e11d48;
  --ds-text-dark: #19253c;
  --ds-text-body: #374151;
  --ds-text-muted: #6b7280;
  --ds-bg-page: #f3f4f6;
  --ds-bg-card: #ffffff;
  --ds-footer-bg: #172339;
  --ds-footer-color: #f9fafb;
  --ds-border: #e5e7eb;
  --ds-header-bg: #19253c;
  --ds-header-border: #172339;
  --ds-secondary: #19253c;
}

/* Clases utilitarias — backward compat */
body { font-family: var(--ds-font-family); }
.color_fuente_1 { color: var(--ds-text-dark); }
.color_1 { background-color: var(--ds-primary); }
.color_2 { background-color: var(--ds-primary); }
footer { background-color: var(--ds-footer-bg); }
footer { color: var(--ds-footer-color); }

 body {  font-family:Poppins; }  .color_1 {  background-color:#f47016; }  .color_2 {  background-color:#f58032; }  .color_fuente_1 {  color:#19253c; }  footer {  background-color:#172339; }  footer {  color:#f9fafb; }  .header-front, .header-front.header-externo {  background-color:#19253c; }  .header-front {  border-bottom-color:#172339; } 