/* === DM Sans Font Family === */

@font-face {
	font-family: 'DM Sans';
	src: url('../webfonts/DMSans18pt-Medium.woff2') format('woff2'),  url('../webfonts/DMSans18pt-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DM Sans';
	src: url('../webfonts/DMSans18pt-SemiBold.woff2') format('woff2'),  url('../webfonts/DMSans18pt-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
/* === Manrope Font Family === */

@font-face {
	font-family: 'Manrope';
	src: url('../webfonts/Manrope-Regular.woff2') format('woff2'),  url('../webfonts/Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
