/**
 * AAAccelerate centralized font faces (frontend).
 *
 * This file only declares `@font-face` rules. Defaults/overrides live in
 * `fonts-defaults.css` so we can load them after theme styles.
 */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	src: url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
	font-display: swap;
}

/*
 * Inter italic support (single-file policy)
 *
 * We deliberately point italic to the same variable file to avoid shipping a second asset.
 * Depending on browser, this may result in synthesized italics.
 */
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100 900;
	src: url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400 700;
	src: url('../fonts/DancingScript-VariableFont_wght.woff2') format('woff2');
	font-display: swap;
}
