/* Self-hosted replacement for fonts.googleapis.com (Lato + Vollkorn, latin subset).
   font-display: optional avoids the swap-triggered reflow that was the main
   CLS contributor: the font is used only if it's already fetched/cached in
   time for first paint, otherwise the fallback stays and no later swap occurs. */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: optional;
	src: url('../../fonts/lato/lato-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url('../../fonts/lato/lato-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url('../../fonts/lato/lato-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: optional;
	src: url('../../fonts/lato/lato-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	font-display: optional;
	src: url('../../fonts/vollkorn/vollkorn-400italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url('../../fonts/vollkorn/vollkorn-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url('../../fonts/vollkorn/vollkorn-700.woff2') format('woff2');
}
