html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--text-main);
}

h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

p {
  margin: 0;
  color: var(--text-soft);
}

small {
  font-size: 0.875rem;
}

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

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.section-intro,
.card p,
.hero-card p,
.entry-admin-description,
.featured-tip-text {
  color: var(--text-soft);
}

.entry-admin-title,
.todo-card-title,
.calendar-admin-title {
  line-height: 1.25;
}