/**
 * Shared tuning for atmosphere-bg.png (blurred wallpaper layer).
 * Pages link this sheet and use var() in their ::before rules, or duplicate values.
 */
:root {
  --atmosphere-bg-blur: 18px;
  --atmosphere-bg-scale: 1.08;
  --atmosphere-bg-overscan: -8%;
}
