/**
 * Self-hosted fonts.
 *
 * To keep the theme dependency-free and CDN-free, it ships with a high-quality
 * system font stack out of the box (a serif for headings, a clean sans for
 * body). No external requests are made.
 *
 * To use branded webfonts (recommended: "Playfair Display" for headings and
 * "Inter" for body), download the .woff2 files, drop them in this folder, and
 * uncomment the @font-face blocks below. The theme already references
 * "Playfair Display" and "Inter" first in its font stacks, so they will be
 * picked up automatically — no other change needed.
 */

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