/*
 * Self-hosted fonts (latin subset, woff2 only). Regenerate with fonttools if
 * a new weight is ever needed:
 *
 *   python -m fontTools.subset SOURCE.ttf \
 *     --unicodes="U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" \
 *     --layout-features='*' --flavor=woff2 --output-file=OUTPUT.woff2
 */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('montserrat/montserrat-v-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('montserrat/montserrat-v-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('montserrat/montserrat-v-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('montserrat/montserrat-v-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Bona Nova';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('bona_nova/bona-nova-v-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Bona Nova';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('bona_nova/bona-nova-v-700.woff2') format('woff2');
}
