/* Dealer101 Inter Fonts — self-hosted Inter, no Google.
   The .woff2 files live in /fonts next to this CSS; the relative url() below
   resolves to the plugin folder automatically. One file covers every weight
   (100–900); italics load only when a page actually uses them. */

@font-face {
	font-family: 'Inter';
	src: url('fonts/InterVariable-Subset.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/InterVariable-Italic-Subset.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

/* Make Inter the site-wide default.
   The `html` prefix outranks a theme's plain `body` / `h1` rules WITHOUT !important,
   so icon fonts (which target their own classes like .fa / .et-pb-icon) are never touched. */
html body,
html button, html input, html select, html textarea, html optgroup,
html h1, html h2, html h3, html h4, html h5, html h6 {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
