/**
 * @file
 * Optional local/self-hosted Inter typography hook.
 *
 * This file intentionally does not load third-party font services or any other third-party
 * resource. Add @font-face declarations for locally licensed/self-hosted Inter
 * font files here, or provide Inter through the site-wide asset pipeline.
 */

:root {
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: var(--font-sans);
}
