/**
 * Polices hébergées localement.
 *
 * Fraunces (titres) et Karla (texte courant) — Google Fonts, licence SIL
 * Open Font License 1.1. Voir assets/fonts/OFL-Fraunces.txt et
 * assets/fonts/OFL-Karla.txt pour le texte complet de la licence.
 */

@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Fraunces';
	src: url('../fonts/fraunces-italic-500.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Karla';
	src: url('../fonts/karla-italic-400.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
