@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotahm/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotahm/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("/fonts/gotahm/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* FORZAR Gotham por encima del CSS de Trezo */
html, body, body *, * {
  font-family: "Gotham", system-ui, -apple-system, sans-serif !important;
}

.use-gotham,
.use-gotham * {
  font-family: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Mantener los iconos bien (no deben usar Gotham) */
.use-gotham .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}