/* :root {
    --surface-brand: #FF5733;
    --text-primary: #333;
  }
  body {
    background-color: var(--surface-brand);
    color: var(--text-primary);
  } */