/*
This file is from the Andika project (https://software.sil.org/andika/).
Copyright (c) 2004-2025 SIL Global (https://www.sil.org/) with Reserved
Font Names "Andika" and "SIL". This Font Software is licensed under the SIL
Open Font License, Version 1.1 (https://openfontlicense.org).
*/

@font-face {
	font-family: "Andika";
	font-weight: 400;
	src: url(/static/fonts/Andika-Regular.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 500;
	src: url(/static/fonts/Andika-Medium.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 600;
	src: url(/static/fonts/Andika-SemiBold.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 700;
	src: url(/static/fonts/Andika-Bold.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 400;
	font-style: italic;
	src: url(/static/fonts/Andika-Italic.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 500;
	font-style: italic;
	src: url(/static/fonts/Andika-MediumItalic.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 600;
	font-style: italic;
	src: url(/static/fonts/Andika-SemiBoldItalic.woff2);
}
@font-face {
	font-family: "Andika";
	font-weight: 700;
	font-style: italic;
	src: url(/static/fonts/Andika-BoldItalic.woff2);
}
