/*
 * OrgTree self-hosted webfonts.
 *
 * Downloaded from the Google Fonts css2 API (latin subset) and served locally
 * so no request ever leaves for an external font CDN at runtime.
 *
 * Prata      -> headings
 * Raleway    -> body (400 regular, 600 semibold, 700 bold)
 * Merriweather (italic) -> accent pull-quotes
 */

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

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

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

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

@font-face {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('merriweather-italic-400.woff2') format('woff2');
}
