@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body, p, td, th, h1, h2, h3, h4, a, span, div, li {
  font-family: 'Inter', -apple-system, sans-serif !important;
}

body { background: #f9fafb !important; }

header img, [class*="logo"] img {
  max-height: 60px !important;
  width: auto !important;
}

h1, h2, h3, h4 {
  color: #111827 !important;
  font-weight: 700 !important;
}

a { color: #C5A941 !important; }
a:hover { color: #a8902e !important; }

footer { opacity: 0.4; }