:root {
  --accent-primary: #066f00; /* Deep, expensive-looking green */
  --accent-secondary: #000000; /* Sophisticated gold, not yellow */
}
body {
  background-color: white;
}

h1 {
}
h2 {
  color: var(--accent-primary);
}
h3 {
  color: var(--accent-secondary);
}
