/*
 * Self-hosted webfonts (Latin subset). Files live in assets/fonts/.
 * Downloaded from Google Fonts: Faculty Glyphic (headings), Hind (body/UI).
 */

@font-face {
	font-family: 'Faculty Glyphic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/FacultyGlyphic-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Hind-Light.woff2') format('woff2');
}

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

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

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

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