/* Font family declarations are generated server-side only for local Inter files that actually exist.
   This avoids broken/corrupt font requests while keeping the project fully local. */
html,
body {
  font-family: var(--font-inter);
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: var(--font-inherit);
}
