/*
  Prompt-editable style layer.
  Keep structural Framer CSS untouched; put controlled overrides here.
*/

:root {
  /* Example: set to your brand later */
  --brand-accent: #e63946;
}

/* Optional utility class for quick section hiding */
.is-hidden-by-override {
  display: none !important;
}

/* Custom rules can be appended by overrides.config.js -> customCss */
