/* Poppins 400 */
@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/poppins-v24-latin-regular.woff2) format('woff2');
}

@font-face {
	font-family: Poppins;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/poppins-v24-latin-italic.woff2) format('woff2');
}

/* Poppins 600 — used for bold/strong text wherever Poppins is the body font */
@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/poppins-v24-latin-600.woff2) format('woff2');
}

@font-face {
	font-family: Poppins;
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/poppins-v24-latin-600italic.woff2) format('woff2');
}

/* Urbanist 600 */
@font-face {
	font-family: Urbanist;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/urbanist-v18-latin-600.woff2) format('woff2');
}

@font-face {
	font-family: Urbanist;
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/urbanist-v18-latin-600italic.woff2) format('woff2');
}

/* Urbanist 700 */
@font-face {
	font-family: Urbanist;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/urbanist-v18-latin-700.woff2) format('woff2');
}

@font-face {
	font-family: Urbanist;
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/urbanist-v18-latin-700italic.woff2) format('woff2');
}
