/**
 * @license
 *
 * Font Family: Clash Display
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-display
 * © 2024 Indian Type Foundry
 *
 * Font weights available:
 * Regular (400)
 * Medium (500)
 * Semibold (600)
 * Bold (700)
 */

@font-face {
	font-family: "ClashDisplay-Regular";
	src: url("/fonts/ClashDisplay-Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClashDisplay-Medium";
	src: url("/fonts/ClashDisplay-Medium.woff2") format("woff2");
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClashDisplay-Semibold";
	src: url("/fonts/ClashDisplay-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "ClashDisplay-Bold";
	src: url("/fonts/ClashDisplay-Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
