/*
This file is from the Gentium project (https://software.sil.org/gentium/).
Copyright (c) 2003-2023 SIL International (http://www.sil.org/) with Reserved
Font Names "Gentium" and "SIL". This Font Software is licensed under the SIL
Open Font License, Version 1.1 (http://scripts.sil.org/OFL).
*/

/* use Gentium Plus - Regular in .woff format */
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	src: url(./GentiumBookPlus-Regular.woff2);
}
/* use Gentium Plus - Italic in .woff2 format */
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: italic;
	font-weight: normal;
	src: url(./GentiumPlus-Italic.woff2);
}
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url(./GentiumBookPlus-Regular.woff2);
}
/* use Gentium Plus - Italic in .woff2 format */
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: italic;
	font-weight: 500;
	src: url(./GentiumPlus-Italic.woff2);
}
/* use Gentium Plus - Bold in .woff2 format */
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: normal;
	font-weight: bold;
	src: url(./GentiumPlus-Bold.woff2);
}
/* use Gentium Plus - Bold Italic in .woff2 format */
@font-face {
	font-family: Gentium Plus;
	font-display: swap;
	font-style: italic;
	font-weight: bold;
	src: url(./GentiumPlus-BoldItalic.woff2);
}