:root[data-theme="light"] {
  --accent: #007589;
  --line-strong: rgba(0, 117, 137, .45);
}

/* Calm, accessible typography: use Inter consistently across the portfolio. */
h1,
h2,
h3,
.brand-name,
.stat strong,
.project-number,
.guyorlovAnalyticsText strong {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2 {
  font-weight: 700;
  letter-spacing: -.02em;
}

h3 {
  font-weight: 600;
  letter-spacing: -.012em;
}

.brand-name,
.stat strong {
  font-weight: 700;
}

.site-nav a,
.nav-cta,
.primary-btn,
.secondary-btn,
.filter-btn,
.utility-btn {
  font-weight: 600;
}

.brand-sub {
  font-size: .72rem;
}

.eyebrow {
  font-size: .80rem;
}

.quote-card cite,
.process {
  font-size: .72rem;
}

.project-copy .project-category {
  font-size: .74rem;
}

.tag,
.skill,
.footer-grid {
  font-size: .78rem;
}

.hero h1 {
  max-width: 13ch;
}
