/*
 * Self-hosted fonts for the Manipal Fintech theme.
 *
 * Montserrat — Copyright 2024 The Montserrat Project Authors.
 * Inter      — Copyright 2020 The Inter Project Authors.
 * Both are licensed under the SIL Open Font License 1.1 (GPL-compatible).
 * License files: ../fonts/OFL-montserrat.txt and ../fonts/OFL-inter.txt
 *
 * Variable fonts: one file per family covers weights 100–900.
 */

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-var.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-var.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
