/* ===========================================
   INDEX-V3.CSS - Atmosphere Design Tokens
   Imports V2 tokens (which imports V1), adds
   gradient & grain control variables.
   Toggle: USE_V3_STYLES = True
   =========================================== */

@import url("index-v2.9db8137828b6.css");

:root {
  /* Atmosphere — tune these to adjust intensity */
  --im-gradient-opacity: 0.10;
  --im-gradient-opacity-mobile: 0.07;
  --im-grain-opacity: 0.30;
}
