/**
 * Pelagia Book Store — Self-Hosted Font: NB Akademie Std
 *
 * All four available weights are declared here.
 * font-display: swap ensures text is visible while the font loads.
 *
 * @package Pelagia
 */

@font-face {
	font-family: 'NB Akademie Std';
	src: url('../font/nb_akademie_std_regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NB Akademie Std';
	src: url('../font/nb_akademie_std_italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'NB Akademie Std';
	src: url('../font/nb_akademie_std_medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NB Akademie Std';
	src: url('../font/nb_akademie_std_bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
