/* Specific styles for inicio.html page */
.container-fluid .card .card-header h1.h3 {
  font-family: 'Geodesica', sans-serif !important;
  font-weight: 600;
}

/* Target the specific content blocks */
.container-fluid .row .col-12 .card .card-header h1.h3 {
  font-family: 'Geodesica', sans-serif !important;
}

/* Ensure the font is properly loaded */
@font-face {
  font-family: "Geodesica";
  src: url("../Geodesica web/Geodesica web/Geodesica-Regular/fonts/Geodesica-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 