/* =========================================================
   RP Studio — fontes (Inter Tight, self-hosted)
   Caminhos relativos a este arquivo (assets/css/).
   ========================================================= */

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/InterTight-Light.woff2") format("woff2"),
		url("../fonts/InterTight-Light.woff") format("woff"),
		url("../fonts/InterTight-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/InterTight-Regular.woff2") format("woff2"),
		url("../fonts/InterTight-Regular.woff") format("woff"),
		url("../fonts/InterTight-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/InterTight-Medium.woff2") format("woff2"),
		url("../fonts/InterTight-Medium.woff") format("woff"),
		url("../fonts/InterTight-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/InterTight-Bold.woff2") format("woff2"),
		url("../fonts/InterTight-Bold.woff") format("woff"),
		url("../fonts/InterTight-Bold.ttf") format("truetype");
}
