html { scroll-behavior: smooth; }
body {
  font-feature-settings: 'ss01','cv11';
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px;
}
.tnum { font-feature-settings: 'tnum'; }
.stripes {
  background-image: repeating-linear-gradient(135deg, transparent 0 26px, rgba(255,255,255,0.6) 26px 27px);
}
.eyebrow { font-family: '"JetBrains Mono"', monospace; letter-spacing: 0.08em; }
[id] { scroll-margin-top: 72px; }
.templates-hero-bg {
  background: #000;
  position: relative;
}
.templates-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url('templates_hero_bg.png') no-repeat center center / cover;
  opacity: 0.3;
  pointer-events: none;
}
