/* ==========================================================================
   DROIX self-hosted webfonts — Inter + Ubuntu
   Replaces the former googleapis css2 enqueue (enqueue_custom_fonts) and the
   checkout.css @import, so the site has no live fonts.googleapis.com dependency
   (which WP Rocket's Google-Fonts combine was mangling into a broken request).
   Lato/Montserrat are NOT here — the Shoptimizer parent theme self-hosts those
   via its WPTT webfont loader; do not duplicate them.
   Subsets: latin + latin-ext. font-display: swap. woff2 only.
   Files: assets/fonts/{inter,ubuntu}/ (relative ../fonts/... from this file).
   ========================================================================== */

/* ── Inter (normal 300–800) ───────────────────────────────────────────────── */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/inter/inter-v20-latin_latin-ext-800.woff2') format('woff2');
}

/* ── Ubuntu (normal 300/400/500/700 — italics unused in theme) ─────────────── */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/ubuntu/ubuntu-v21-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/ubuntu/ubuntu-v21-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/ubuntu/ubuntu-v21-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/ubuntu/ubuntu-v21-latin_latin-ext-700.woff2') format('woff2');
}
