/*
 * RBG Plus typography contract.
 * Body/interface copy uses Manrope; every heading uses Marcellus.
 */

:root {
	--rbg-font-body: "Manrope", sans-serif;
	--rbg-font-heading: "Marcellus", serif;
}

body,
body * {
	font-family: var(--rbg-font-body) !important;
}

body :where(h1, h2, h3, h4, h5, h6),
body :where(h1, h2, h3, h4, h5, h6) * {
	font-family: var(--rbg-font-heading) !important;
	font-weight: 400 !important;
}

/* The animated welcome label is a paragraph in the markup, but it follows
 * the heading typography system and must also apply to generated characters. */
body .rbg-client-welcome-section .rbg-client-stage__eyebrow,
body .rbg-client-welcome-section .rbg-client-stage__eyebrow * {
	font-family: var(--rbg-font-heading) !important;
	font-weight: 400 !important;
}
