body {
	background-color: var(--hiveonix-color-bg);
	color: var(--hiveonix-color-text-secondary);
	font-family: var(--hiveonix-font-body);
	font-size: var(--hiveonix-font-size-body);
	line-height: var(--hiveonix-line-height-body);
}

.wp-site-blocks {
	min-height: 100vh;
	background-color: var(--hiveonix-color-bg);
	color: var(--hiveonix-color-text-secondary);
}

h1 {
	font-size: clamp(3rem, 6vw, var(--hiveonix-font-size-display));
	line-height: var(--hiveonix-line-height-tight);
}

h2 {
	font-size: clamp(2.5rem, 4vw, var(--hiveonix-font-size-section-heading));
	line-height: var(--hiveonix-line-height-heading);
}

h3 {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--hiveonix-font-heading);
	font-weight: 400;
}

a,
p,
li,
button,
input,
textarea,
select {
	font-family: var(--hiveonix-font-body);
}

a {
	color: var(--hiveonix-color-accent);
}

.wp-block-site-title {
	font-family: var(--hiveonix-font-heading);
	font-size: 1.5rem;
}

.wp-block-navigation,
.wp-block-navigation .wp-block-navigation-item__content {
	color: var(--hiveonix-color-text-secondary);
	font-family: var(--hiveonix-font-body);
	font-size: var(--hiveonix-font-size-body);
}

.hiveonix-site-shell {
	padding-left: var(--hiveonix-space-4);
	padding-right: var(--hiveonix-space-4);
}

.hiveonix-site-footer-note {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
}
