

body {
  font-family: var(--face-text);
  font-weight: 400;
  line-height: 1.7;
  background: var(--surface-page);
  color: var(--ink-body);
}

h1,
h2,
h3,
h4 {
  font-family: var(--face-display);
  font-weight: 700;
  color: var(--ink-strong);
  line-height: 1.15;
}

h1 {
  font-size: var(--step-hero);
  line-height: 1.05;
  max-width: 16ch;
  letter-spacing: -0.015em;
}

h2 {
  font-size: var(--step-xl);
  margin-bottom: 1rem;
}

h3 {
  font-size: var(--step-lg);
}

h4 {
  font-size: var(--step-md);
  font-weight: 600;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

a {
  color: var(--olive);
  transition: color var(--ease);
}

a:hover {
  color: var(--olive-deep);
}

strong {
  font-weight: 600;
  color: var(--ink-strong);
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: var(--gap-lg) 0;
}

label {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 0.6rem 0.5rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  font-family: var(--face-display);
  color: var(--ink-strong);
}
