/*
 * Woodard CPA — Local Variable Fonts
 * Source Serif 4: https://github.com/google/fonts/tree/main/ofl/sourceserif4
 * Source Sans 3:  https://github.com/google/fonts/tree/main/ofl/sourcesans3
 * License: SIL Open Font License 1.1
 */

@font-face {
	font-family: 'Source Serif 4';
	src: url('../fonts/SourceSerif4[opsz,wght].ttf') format('truetype');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Serif 4';
	src: url('../fonts/SourceSerif4-Italic[opsz,wght].ttf') format('truetype');
	font-weight: 200 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans 3';
	src: url('../fonts/SourceSans3[wght].ttf') format('truetype');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans 3';
	src: url('../fonts/SourceSans3-Italic[wght].ttf') format('truetype');
	font-weight: 200 900;
	font-style: italic;
	font-display: swap;
}
