/**
 * Web fonts.
 *
 * Self-hosted Avenir family. `font-display: swap` avoids invisible text
 * while fonts load. Paths are relative to this file.
 */

@font-face {
	font-family: 'AvenirNextUltraLight';
	src: url('../../fonts/AvenirNextUltraLight.woff2') format('woff2'),
		 url('../../fonts/AvenirNextUltraLight.woff') format('woff'),
		 url('../../fonts/AvenirNextUltraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../../fonts/AvenirLight.woff2') format('woff2'),
		 url('../../fonts/AvenirLight.woff') format('woff'),
		 url('../../fonts/AvenirLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../../fonts/Avenir.woff2') format('woff2'),
		 url('../../fonts/Avenir.woff') format('woff'),
		 url('../../fonts/Avenir.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../../fonts/AvenirHeavy.woff2') format('woff2'),
		 url('../../fonts/AvenirHeavy.woff') format('woff'),
		 url('../../fonts/AvenirHeavy.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
