

h1 { font-size: 48px; letter-spacing: -0.5px; }
h2 { font-size: 34px; letter-spacing: -0.3px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; text-transform: uppercase; letter-spacing: 1px; }

p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--color-ink-soft);
}

p:last-child { margin-bottom: 0; }

small { font-size: 13px; color: var(--color-ink-mute); }

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

hr {
  border: 0;
  height: 1px;
  background: var(--color-line-soft);
  margin: 32px 0;
}

th, td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-line-soft);
  font-size: 15px;
}

th { color: var(--color-ink); font-weight: 600; }
td { color: var(--color-ink-soft); }

@media (max-width: 1024px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
}

@media (max-width: 768px) {
  h1 { font-size: 31px; }
  h2 { font-size: 25px; }
  h3 { font-size: 19px; }
  body { padding-bottom: 132px; }
}
