@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@100..900&family=Inter:wght@100..900&family=Roboto&display=swap");

@font-face {
	font-family: "Visby Round CF Extra";
	src: url("../fonts/VisbyRoundCF-ExtraLight.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-Bold.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	/* font-family: "Visby Round CF Demi"; */
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-DemiBold.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF Extra";
	src: url("../fonts/VisbyRoundCF-ExtraBold.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-Heavy.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-Medium.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-Regular.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Visby Round CF";
	src: url("../fonts/VisbyRoundCF-Light.woff2") format("woff2"),
		url("../fonts/VisbyRoundCF-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roca Two Regular';
    src: url('../fonts/roca-two-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}