/**
 * Aurion Roleplay — official design tokens
 * Parent brand: Valorix (store.valorix.id / valorix.id)
 */
:root {
  /* Brand colors */
  --aurion-gold: #c9a227;
  --aurion-black: #0f0f0f;
  --aurion-charcoal: #1c1c1c;
  --aurion-ivory: #f5f0e6;
  --aurion-muted-gold: #a68b2c;

  /* Typography */
  --aurion-font-display: "Cinzel", "Times New Roman", serif;
  --aurion-font-body: "Inter", system-ui, sans-serif;

  /* Usage notes
   * gold        → primary accent, logo, CTA outline, highlights
   * deep black  → primary backgrounds
   * charcoal    → secondary surfaces, cards, footer
   * soft ivory  → primary text on dark
   * muted gold  → hover, secondary accent, subdued labels
   */
}
