/* brand.css — Fuente global (self-hosted) */

@font-face{
  font-family: "Tektur";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("/client/static/core/fonts/tektur-latin-wght-normal.woff2") format("woff2-variations");
}

:root{
  --font-brand: "Tektur", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
}

/* Forzar en toda la UI */
html, body, button, input, select, textarea, body *{
  font-family: var(--font-brand) !important;
  letter-spacing: .2px;
}

/* Mantener monospace donde corresponde */
.mono, pre, code, kbd, samp{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  letter-spacing: 0;
}
