:root {
  --sm-accent: #a83f66;
  --sm-ink: #281522;
  --sm-paper: #fff7fa;
  --sm-panel: #ffffff;
}

html[data-theme-preset="beauty-lifestyle-editorial"] body {
  background: var(--sm-paper);
  color: var(--sm-ink);
}

html[data-theme-preset="beauty-lifestyle-editorial"] a {
  color: inherit;
}
