/* Typography Layout */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--hd-font-display);
  font-weight: 700;
  line-height: var(--hd-leading-tight);
  color: var(--hd-text-main);
  letter-spacing: -0.02em;
}

h1 { font-size: var(--hd-text-3xl); }
h2 { font-size: var(--hd-text-2xl); }
h3 { font-size: var(--hd-text-xl); }
h4 { font-size: var(--hd-text-lg); }

p {
  color: var(--hd-text-muted);
}

.hd-title-accent {
  background: linear-gradient(135deg, var(--hd-primary) 0%, var(--hd-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
