/* Custom Typography Overrides */

/* Base font - Roboto Condensed Light para todo lo demás */
body {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
}

/* Anton para títulos y textos principales */
h1, h2, h3, h4, h5, h6,
.title,
.heading,
.main-title,
.section-title {
  font-family: "Anton", sans-serif !important;
  font-weight: 400;
}

/* Asegurarse que los textos de navegación usen Roboto Condensed Light */
nav,
.nav,
.navbar,
.menu {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
}

/* Botones con Anton */
button,
.btn,
.button {
  font-family: "Anton", sans-serif !important;
  font-weight: 400;
}

/* Párrafos y texto general con Roboto Condensed Light */
p,
span,
div,
a,
li,
label,
input,
textarea,
select {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
}

/* Títulos de tarjetas y secciones con Anton */
.card-title,
.card-header,
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4 {
  font-family: "Anton", sans-serif !important;
  font-weight: 400;
}

.nav-participa {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
}