:root {
	--sg-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--sg-font-serif: Georgia, "Times New Roman", serif;
	--sg-text-xs: 0.75rem;
	--sg-text-sm: 0.875rem;
	--sg-text-md: 1rem;
	--sg-text-lg: 1.125rem;
	--sg-text-xl: 1.5rem;
	--sg-text-2xl: 2rem;
	--sg-text-3xl: 2.75rem;
	--sg-leading-tight: 1.15;
	--sg-leading-normal: 1.55;
	--sg-leading-reading: 1.82;
}

body {
	font-family: var(--sg-font-sans);
	font-size: var(--sg-text-md);
	line-height: 1.68;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--sg-ink);
	font-weight: 760;
	letter-spacing: 0;
	line-height: var(--sg-leading-tight);
	margin-bottom: 0.65em;
}

h1 {
	font-size: var(--sg-text-3xl);
}

h2 {
	font-size: var(--sg-text-2xl);
}

h3 {
	font-size: var(--sg-text-xl);
}

p {
	margin-bottom: 1.1em;
}

.sg-reading .sg-article-content {
	font-family: var(--sg-font-serif);
	font-size: 1.22rem;
	line-height: 1.9;
}

.sg-reading .sg-article-content h2,
.sg-reading .sg-article-content h3 {
	font-family: var(--sg-font-sans);
	margin-top: 2em;
}

.sg-kicker,
.sg-card-meta,
.sg-card-footer,
.sg-article-meta {
	font-size: var(--sg-text-sm);
	font-weight: 680;
	letter-spacing: 0;
}

@media (max-width: 680px) {
	h1 {
		font-size: 2.15rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	.sg-reading .sg-article-content {
		font-size: 1.08rem;
	}
}
