@font-face { font-family: 'AustinHeadline'; src: url('/fonts/AustinNewsHeadline-Light-Web.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'AustinHeadline'; src: url('/fonts/AustinNewsHeadline-LightItalic-Web.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'AustinHeadline'; src: url('/fonts/AustinNewsHeadline-Roman-Web.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'AustinDeck'; src: url('/fonts/AustinNewsDeck-Light-Web.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'AustinDeck'; src: url('/fonts/AustinNewsDeck-Roman-Web.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

@media (prefers-color-scheme: dark) {
  .mobile-menu { background: #1A1510 !important; }
  .mobile-menu a { color: rgba(254,252,248,0.88) !important; }
  .faq-section { background: #1A1510 !important; }
  .faq-header h2 { color: #F0EBE0 !important; }
  .faq-question { color: #F0EBE0 !important; }
  .faq-answer { color: rgba(240,235,224,0.7) !important; }
  .faq-item { border-bottom-color: rgba(240,235,224,0.1) !important; }
  .testimonials-section { background: #1A1510 !important; }
  .testimonials-heading { color: #F0EBE0 !important; }
  .testimonial-card { background: #252018 !important; border-color: rgba(240,235,224,0.08) !important; }
  .testimonial-quote { color: rgba(240,235,224,0.88) !important; }
  .testimonial-author { color: #F0EBE0 !important; }
  .testimonial-meta { color: rgba(240,235,224,0.45) !important; }
  .hero-testimonial-wrap blockquote,
  .testimonial-content blockquote { color: rgba(254,252,248,0.88) !important; }
  .hero-testimonial-wrap cite,
  .testimonial-content cite { color: rgba(254,252,248,0.5) !important; }
  .hero-testimonial { color: rgba(254,252,248,0.85) !important; }
}
.testimonial-content blockquote,
.testimonial-slide blockquote {
  color: var(--ink) !important;
  font-size: clamp(17px, 2.1vw, 19px) !important;
  font-style: italic !important;
  line-height: 1.6 !important;
  margin: 0 0 4px !important;
  font-family: 'AustinHeadline', Georgia, serif !important;
}
.testimonial-content cite,
.testimonial-slide cite {
  color: var(--ink-2) !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
  font-style: normal !important;
  letter-spacing: 0.05em !important;
}
