/**
 * Canada brand styles.
 */

body {
	--wp--preset--color--foreground: #111;
}

/* Overrides */
h1,
.has-huge-font-size {
	line-height: 0.9;
}
h2,
.has-x-large-font-size {
	line-height: 1;
	font-family: var(--wp--preset--font-family--body);
}
h3,
.has-large-font-size {
	font-family: var(--wp--preset--font-family--body);
	font-weight: 600;
}

h4,
.has-medium-font-size {
	line-height: 1.2;
	font-family: var(--wp--preset--font-family--body);
}
h5,
.has-eyebrow-font-size {
	line-height: 1;
	font-family: var(--wp--preset--font-family--body);
}

