/* Subtle focus states */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
/* Image smoothing */
img { image-rendering: auto; }
