/*!
 * TRESUN-TECH — self-hosted Inter v4.1 (SIL OFL 1.1 — https://github.com/rsms/inter)
 *
 * SINGLE SOURCE OF TRUTH for @font-face across the whole site:
 *   - static homepage (tresun-homepage-final-v218.html)
 *   - all WordPress pages via the theme
 * Never copy these @font-face rules into any other file.
 *
 * Files are versioned in the filename (inter-variable-v4.1.woff2) so they can be
 * served with immutable caching without ever going stale.
 */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable-v4.1.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable-italic-v4.1.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-optical-sizing: auto;
}
body,
button,
input,
select,
textarea {
  font-family: inherit;
}
