/*
 * Self-hosted-friendly font stack.
 *
 * The theme uses system and widely available serif/sans-serif families so no
 * external font request is required. Drop custom .woff2 files into
 * assets/fonts/ and add @font-face rules here if branded fonts are needed.
 */

:root {
	--gi-font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	--gi-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
