/* =========================================================
   Altavion Resources — global dark theme tokens
   Colors sampled directly from the Coinera reference kit.
   ========================================================= */
:root {
  --alt-bg:        #0a0a0a;
  --alt-bg-alt:    #101010;
  --alt-surface:   #151515;
  --alt-surface-2: #1c1c1c;
  --alt-border:    #262626;
  --alt-text:      #ffffff;
  --alt-text-dim:  #9a9a9a;
  --alt-accent:    #e9f176;   /* Coinera yellow-lime — labels, highlights, icon fills */
  --alt-accent-2:  #0313ed;   /* Coinera deep blue — buttons, links */
  --alt-success:   #3ecf8e;
}

body { background: var(--alt-bg) !important; color: var(--alt-text); }
