/* Inter Variable · SIL Open Font License 1.1 · fuente alojada localmente. */
@font-face{
  font-family:"Inter Variable";
  src:url("/assets/fonts/inter-variable-latin.woff2?v=1.10.3") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
:root{
  --font-ui:"Inter Variable",Inter,"Segoe UI Variable Text","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
}
html{
  font-family:var(--font-ui);
  font-optical-sizing:auto;
  text-rendering:optimizeLegibility;
}
button,input,select,textarea{font-family:inherit}
