/**
 * Quick Connect brand tokens — extends Sneat theme-default.css
 */
:root,
.pds-app-shell {
  --ghbm-brand-primary: #800082;
  --ghbm-brand-primary-dark: #69006b;
  --ghbm-brand-accent: #ff7e00;
}

body {
  font-family: var(--pds-font, 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
