*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background: var(--ff-bg-page);
	color: var(--ff-text-primary);
	font-family: var(--ff-font-sans);
	scroll-behavior: smooth;
}

:where(body.ff-renewal-page),
body.ff-design-body {
	margin: 0;
	background: var(--ff-bg-page);
	color: var(--ff-text-primary);
	font-family: var(--ff-font-sans);
	font-size: 16px;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
}

:where(body.ff-renewal-page) img {
	max-width: 100%;
	height: auto;
}

:where(body.ff-renewal-page) a {
	color: var(--ff-action-guide);
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

:where(body.ff-renewal-page) a:hover {
	color: var(--ff-action-guide-hover);
}

:where(body.ff-renewal-page) :focus-visible {
	outline: 0;
	box-shadow: var(--ff-focus-ring);
}

:where(body.ff-renewal-page) button,
:where(body.ff-renewal-page) input,
:where(body.ff-renewal-page) select,
:where(body.ff-renewal-page) textarea {
	font: inherit;
}

.ff-kicker {
	margin: 0 0 var(--ff-space-2);
	color: var(--ff-action-guide);
	font-size: var(--ff-font-meta);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ff-section-title,
.ff-page-title,
.ff-article-title {
	margin: 0;
	color: var(--ff-text-primary);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
}

.ff-section-lead,
.ff-page-lead,
.ff-article-lead {
	margin: var(--ff-space-3) 0 0;
	color: var(--ff-text-secondary);
	line-height: var(--ff-line-reading);
}

.ff-prose {
	color: var(--ff-text-secondary);
	line-height: 1.85;
}

.ff-prose > *:first-child {
	margin-top: 0;
}

.ff-prose > *:last-child {
	margin-bottom: 0;
}

.ff-prose h2,
.ff-prose h3 {
	color: var(--ff-text-primary);
	line-height: var(--ff-line-tight);
}

.ff-prose h2 {
	margin: var(--ff-space-10) 0 var(--ff-space-4);
	font-size: clamp(24px, 3vw, 32px);
}

.ff-prose h3 {
	margin: var(--ff-space-8) 0 var(--ff-space-3);
	font-size: 21px;
}

.ff-prose ul,
.ff-prose ol {
	padding-left: 1.4em;
}

.ff-prose li + li {
	margin-top: var(--ff-space-2);
}

.ff-prose table {
	width: 100%;
	border-collapse: collapse;
}

.ff-prose th,
.ff-prose td {
	padding: var(--ff-space-3);
	border-bottom: 1px solid var(--ff-border-default);
	text-align: left;
	vertical-align: top;
}

.ff-prose th {
	background: var(--ff-bg-surface-alt);
	color: var(--ff-text-primary);
	font-weight: 800;
}
