/*
  Local override stylesheet.
  Rules here load after the production bundle and take precedence when selectors are specific enough.
*/

:root {
  --site-accent: #0f172a;
}

/* Example override: adjust heading tone site-wide */
.section-heading {
  color: var(--site-accent);
}

/* Add your custom rules below */

