:root, #pscart {
  --pscart-bg-main: #050a12;
  --pscart-bg-card: #0b121e;
  --pscart-bg-input: #0f1826;

  --pscart-color-accent: #e31221;
  --pscart-color-accent-hover: #f02433;

  --pscart-color-success: #10b981;
  --pscart-color-success-hover: color-mix(in oklch, var(--pscart-color-success) 80%, white 20%);

  --pscart-color-border: #1e2e42;
  --pscart-color-muted: #8292a6;
  --pscart-color-text: #ffffff;

  --pscart-font-base: 1rem;
  --pscart-size-base: 16px;
}
