@font-face {
	font-family: 'Gambarino';
	src: url('./fonts/Gambarino-Regular.woff2') format('woff2'),
		 url('./fonts/Gambarino-Regular.woff') format('woff'),
		 url('./fonts/Gambarino-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Switzer';
	src: url('./fonts/Switzer-Light.woff2') format('woff2'),
		 url('./fonts/Switzer-Light.woff') format('woff'),
		 url('./fonts/Switzer-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Switzer';
	src: url('./fonts/Switzer-Regular.woff2') format('woff2'),
		 url('./fonts/Switzer-Regular.woff') format('woff'),
		 url('./fonts/Switzer-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Switzer';
	src: url('./fonts/Switzer-Semibold.woff2') format('woff2'),
		 url('./fonts/Switzer-Semibold.woff') format('woff'),
		 url('./fonts/Switzer-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
.wp-core-ui {
	font-family: 'Switzer', sans-serif;
}