/*
 * Local webfonts for MyApart.
 * The font files are bundled locally so frontend visitors do not contact
 * fonts.googleapis.com or fonts.gstatic.com.
 */

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("../fonts/myapart/source-sans-pro-200-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/myapart/source-sans-pro-300-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/myapart/source-sans-pro-400-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/myapart/source-sans-pro-700-latin.woff2") format("woff2");
}

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

@font-face {
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/myapart/playfair-display-italic-latin.woff2") format("woff2");
}
