/* Site-wide typography — Calibri stack (falls back on macOS/Linux without Office fonts) */
html {
	font-size: 15px;
}

body {
	font-family: Calibri, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Calibri, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
	font-size: 1.85rem;
}

h2 {
	font-size: 1.45rem;
}

h3 {
	font-size: 1.2rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 1.05rem;
}

h6 {
	font-size: 1rem;
}
