@font-face {
	font-family: "Rajdhani";
	font-weight: 300;
	font-display: swap;
	src: 
		url(../fonts/Rajdhani-Light.ttf) format("truetype"),
		url(../fonts/Rajdhani-Light.woff2) format("woff2"),
	;
}

@font-face {
	font-family: "Rajdhani";
	font-display: swap;
	src: 
		url(../fonts/Rajdhani-Medium.ttf) format("truetype"),
		url(../fonts/Rajdhani-Medium.woff2) format("woff2"),
	;
}

@font-face {
	font-family: "Rajdhani";
	font-display: swap;
	font-weight: 500;
	src: 
		url(../fonts/Rajdhani-Medium.ttf) format("truetype"),
		url(../fonts/Rajdhani-Medium.ttf) format("woff2"),
	;
}

@font-face {
	font-family: "Rajdhani";
	font-display: swap;
	font-weight: 600;
	src: 
		url(../fonts/Rajdhani-SemiBold.ttf) format("truetype"),
		url(../fonts/Rajdhani-SemiBold.woff2) format("woff2"),
	;
}

@font-face {
	font-family: "Rajdhani";
	font-display: swap;
	font-weight: 700;
	src: 
		url(../fonts/Rajdhani-Bold.ttf) format("truetype"),
		url(../fonts/Rajdhani-Bold.woff2) format("woff2"),
	;
}