/* Local Fonts - GDPR Compliant */

/* Playfair Display - Regular 400 */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./playfair-display-regular.woff2") format("woff2");
}

/* Playfair Display - Bold 700 */
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("./playfair-display-bold.woff2") format("woff2");
}

/* Playfair Display - Italic 400 */
@font-face {
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("./playfair-display-italic.woff2") format("woff2");
}

/* Work Sans - Light 300 */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("./work-sans-light.woff2") format("woff2");
}

/* Work Sans - Regular 400 */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./work-sans-regular.woff2") format("woff2");
}

/* Work Sans - SemiBold 600 */
@font-face {
	font-family: "Work Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("./work-sans-semibold.woff2") format("woff2");
}
