/**
 * Acorde Acordes — Fontes locais
 */

/* Barlow Condensed */

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/BarlowCondensed-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/BarlowCondensed-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/BarlowCondensed-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}


/* Inter */

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-variable.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}