/* Colombia - Amarillo (adaptado dark mode) */
:root {
  --color-primary: #F1C40F;
  --color-primary-hover: #D4AC0D;
  --color-primary-muted: rgba(241, 196, 15, 0.15);
  --color-primary-dark: #D4AC0D;
  --color-border-focus: #F1C40F;
  --shadow-glow: 0 0 20px rgba(241, 196, 15, 0.15);
}
