/**
 * Self-hosted @font-face declarations for Nick's Comics Cleveland.
 *
 * Bangers, Oswald, and Shantell Sans are self-hosted here (all three are
 * licensed under the SIL Open Font License, which permits self-hosting) so
 * the theme no longer makes render-blocking requests to fonts.googleapis.com
 * / fonts.gstatic.com. Paths below are relative to this file's location
 * (wp-content/themes/nicks-comics/assets/fonts/).
 *
 * @package Nicks_Comics
 */

@font-face {
	font-family: 'Bangers';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('bangers-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('oswald-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('oswald-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('oswald-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('oswald-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Shantell Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('shantell-sans-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Shantell Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('shantell-sans-700.woff2') format('woff2');
}
