:root {
  color-scheme: dark;
}

body {
  background-color: #000000;
  color: #e0e0e0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Robato, sans-serif;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: 'Cinzel', serif;
  color: #ffffff;
  letter-spacing: 0.05em;
}

/* Target Anchors & Sections */
.content-section {
  padding: 3rem 1rem;
  /*border-top: 1px solid #222;*/
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
