/*
 * assets/css/fonts.css
 * i-dia theme font-face declarations.
 * Paths resolve through IDIA_ASSET_BASE so switching to a CDN in
 * functions.php automatically repoints these @font-face src URLs.
 * Populate with actual @font-face blocks in Sprint 1 once brand
 * font files are placed in assets/fonts/.
 */

/*
@font-face {
	font-family: 'IdiaSans';
	src: url('../fonts/idia-sans-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
*/
