/**
 * Reynborg-specific font defaults (frontend).
 *
 * Arca Majora is used for headings (H1–H4) on the Reynborg child theme site.
 */

h1,
h2,
h3,
h4 {
	--theme-font-family: 'Arca Majora', var(--theme-font-stack-default);
	font-family: var(--theme-font-family);
}
