@font-face {
	font-family: "Merriweather";
	src:
		/* If locally installed: full font name */
		local("Merriweather"),

		/* If locally installed: postscript name for macOS */
		local("Merriweather"),

		/* Path on the server: */
		url("../fonts/Merriweather/Merriweather-VariableFont_opsz_wdth_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 300 900;
}

@font-face {
	font-family: "Merriweather";
	src:
		/* If locally installed: full font name */
		local("Merriweather"),

		/* If locally installed: postscript name for macOS */
		local("Merriweather"),

		/* Path on the server: */
		url("../fonts/Merriweather/Merriweather-Italic-VariableFont_opsz_wdth_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 300 900;
}