:root {
  --billing-sheet-bg: #121212;
  --billing-sheet-copy: #e6e6e6;
}

body {
  color: var(--billing-sheet-copy);
  background: var(--billing-sheet-bg);
}
