/* ============================================================
   Old Gold Purchase styles (Sales sub-tab)
   Reuses the .rm-* component classes from rawmaterial.css (those
   rules are global, not scoped) — this file just re-declares the
   --rm-* custom properties under #oldgold-root, since rawmaterial.css
   only defines them under #rawmaterial-root's scope.
   ============================================================ */

#oldgold-root {
  --rm-plum: #3A2436;
  --rm-gold: #CFC0A2;
  --rm-gold-soft: #F1EAD9;
  --rm-ink: #121014;
  --rm-ink-soft: #6B6570;
  --rm-line: #EAE6E9;
  --rm-panel: #FBFAFB;
  --rm-danger: #B5453A;
  font-family: 'Work Sans', sans-serif;
  color: var(--rm-ink);
  background: var(--rm-panel);
  padding: 24px 20px 40px;
}
#oldgold-root * { box-sizing: border-box; }
#oldgold-root h1, #oldgold-root h2, #oldgold-root h3 { font-family: 'Space Grotesk', sans-serif; margin: 0; }
