/* Inter is loaded from the maintained Google Fonts variable build.
   System UI remains the no-network fallback. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
    --aw-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--aw-font-sans);
}
