/* Laurel Stitch Co. — brand accent over the shared DWSPG stylesheet */

:root {
  --accent: #c4602f;
  --accent-soft: rgba(196, 96, 47, 0.12);
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #e8905f;
    --accent-soft: rgba(232, 144, 95, 0.14);
  }
}

.mark { letter-spacing: .10em; }

.cta-mid { margin-top: 32px; }
