@font-face {
    font-family: 'Inter';
    src: url('/catalog/view/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
	font-display: swap;
}

/* Self-hosted fonts licensed under SIL OFL 1.1; license texts are stored beside the binaries. */
@font-face {
    font-family: 'Inter';
    src: url('/catalog/view/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/catalog/view/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bona Nova SC';
    src: url('/catalog/view/fonts/BonaNovaSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Bona Nova SC';
    src: url('/catalog/view/fonts/BonaNovaSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Bona Nova SC';
    src: url('/catalog/view/fonts/BonaNovaSC-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}
