* ✠ Arcanvm Unified Ritual Style – Vox Confirmata */

@font-face {
  font-family: 'ArcanvmSymbols';
  src: url('../fonts/ArcanvmSymbols.ttf') format('truetype');
}

body {
  background-color: #101010;
  color: #888888;
  font-family: 'ArcanvmSymbols', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 40px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: #5A4564;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  color: #888888;
  text-align: center;
  margin-bottom: 20px;
}

.highlight {
  color: #5A4564;
  font-weight: bold;
}

.seal {
  max-width: 180px;         
  margin-bottom: 40px;                  
}

.quote {
  text-align: center;
  font-style: italic;
  color: #888888;
  margin-top: 20px;
  max-width: 800px;
  padding: 0 20px;
}

.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  padding: 20px;
  max-width: 800px;
  width: 100%;
}

.link-button {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #888888;
  font-weight: bold;
  transition: background-color 0.3s;
}

.link-button:hover {
  background-color: #292929;
}

.footer, .ritual-seal {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #888888;
  line-height: 1.8;
}

.list {
  margin-left: 20px;
}

.text-block {
  max-width: 800px;
  text-align: left;
  padding: 0 20px;
  line-height: 1.7;
}

.section {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 20px;
  line-height: 1.7em;
}

.spacer-arcanvm {
  height: 60px;
}

/* Destaque para os portais rituais */
.link-button.arcanvm-special {
  color: #5A4564;
}

