/* policy.css — mirror of terms.css for privacy */
@import url('./terms.css');

/* You can override visuals here if you want privacy to look different */
/* Example: change icon color in the TOC for privacy */
.legal__title .bi-shield-lock {
  color: var(--accent);
}
