/**
 * Custom self-hosted fonts for Vinzo theme.
 */

@font-face {
	font-family: 'YRT Warmachine';
	src: url('../fonts/YRTWarmachine-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'YRT Warmachine Regular';
	src: url('../fonts/YRTWarmachine.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'A Pompadour Bold';
	src: url('../fonts/APompadourBold.woff2') format('woff2'),
	     url('../fonts/APompadourBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
