/* Elevation is mostly colour-blocking, not shadow. This is the one
   sanctioned drop shadow, reserved for photography thumbnails on hover. */
:root {
  --shadow-none: none;
  --shadow-thumbnail-hover: 0 8px 24px rgba(32, 32, 32, 0.08);
}
