/*
 * Local font definitions for WonderTax Labs
 * Self-hosted for improved FCP performance
 */

/* ITC Avant Garde Gothic Pro - Primary brand font */
@font-face {
	font-family: 'itc-avant-garde-gothic-pro';
	src: url('/fonts/itc-avant-garde-gothic-pro-300.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
}

@font-face {
	font-family: 'itc-avant-garde-gothic-pro';
	src: url('/fonts/itc-avant-garde-gothic-pro-700.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

/* Inter - Used for legal content */
@font-face {
	font-family: 'Inter';
	src: url('/fonts/inter-400.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/fonts/inter-500.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/fonts/inter-600.woff2') format('woff2');
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}
