/**
 * Self-hosted presentation fonts.
 *
 * Bebas Neue is licensed under SIL OFL 1.1. Roboto Slab is licensed under
 * Apache 2.0. License texts and provenance ship in assets/fonts/.
 */

@font-face {
	font-display: swap;
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/bebas-neue-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/roboto-slab-latin.woff2") format("woff2");
}
