/* Loaded instead of the Google Fonts fallback once BebasNeue-Regular.ttf
   exists in assets/fonts/ (see functions.php:louderfm_fonts_url()). Archivo
   (body text) still comes from Google Fonts either way - only the display
   font was asked to be self-hosted. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&display=swap');

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