/*
 * Project overlay stylesheet.
 * Rule for this project: preserve the original HTML structure, IDs, classes,
 * and DOM order from the saved snapshot. Only layer styles on top.
 */

:root {
  --project-accent: #e23815;
}

body.page-template-default {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/*
 * Add project overrides below this line.
 */
