/* ==========================================================================
   Typography - Schildersbedrijf J. Bastiaansen
   Minimalistisch, rustige typografie
   ========================================================================== */

body {
	font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
li {
	line-height: 1.6;
	font-weight: 400;
	color: var(--text-soft);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--font-heading, 'Inter', system-ui, -apple-system, sans-serif);
	color: var(--text);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1rem;
}

h1, .h1 {
	font-size: 2.25rem;
}

h2, .h2 {
	font-size: 1.875rem;
}

h3, .h3 {
	font-size: 1.25rem;
}

h4, .h4 {
	font-size: 1.125rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.875rem;
}

.hex-icon {
	width: 1.125em;
	height: 1.125em;
	stroke-width: 2;
	vertical-align: middle;
	display: inline-block;
	flex-shrink: 0;
}

/* ---------- Section headings ---------- */
.section-heading {
	margin-bottom: 2.5rem;
	max-width: 600px;
}

.section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-heading h2 {
	margin: 0 0 1rem;
	font-size: 1.875rem;
	font-weight: 600;
	color: var(--text);
	line-height: 1.2;
}

.section-heading p,
.section-lead {
	margin: 0;
	font-size: 1.125rem;
	color: var(--text-soft);
	line-height: 1.6;
	font-weight: 400;
}

/* ---------- Responsive typography ---------- */
@media (min-width: 640px) {
	h1, .h1 { font-size: 2.5rem; }
	h2, .h2 { font-size: 1.875rem; }
}

@media (min-width: 1024px) {
	h1, .h1 { font-size: 3rem; }
	h2, .h2 { font-size: 1.875rem; }
	.section-heading h2 { font-size: 1.875rem; }
}
