/*
 * Project-local fonts available to every rich-text editor and rendered output.
 * License notices are stored beside the font files under assets/fonts/.
 */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/editor/Roboto-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/editor/OpenSans-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-display: swap;
}

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

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/editor/Montserrat-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: 'Libre Baskerville';
	src: url('../fonts/editor/LibreBaskerville-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

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

@font-face {
	font-family: 'Noto Sans Devanagari';
	src: url('../fonts/editor/NotoSansDevanagari-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62.5% 100%;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif Devanagari';
	src: url('../fonts/editor/NotoSerifDevanagari-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62.5% 100%;
	font-display: swap;
}

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

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

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