/* Explain: Theme tokens for the Triune Gates website identity. - */
:root {
    --primary-color: #c5a059; /* Brass / Gold */
    --primary-hover: #dfba6b;
    --secondary-color: #1a1a1a;
    --accent-color: #8b7355;
    --background-color: #000000;
    --surface-color: rgba(15, 15, 15, 0.7);
    --text-color: #fdf5e6; /* Parchment white */
    --text-muted: #c8c8c8;
    --border-color: rgba(197, 160, 89, 0.3);
    --font-heading: 'Cinzel', serif;
    --font-body: 'Lora', serif;
}