/* Visual Lane — GENERATED from theme.json by tool/build.js. Do not edit. */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
:root{
  --bg:#0b0b0c; --panel:#131316; --text:#f4f4f2;
  --accent:#A04A3C;
  --dim:rgba(244,244,242,0.550); --faint:rgba(244,244,242,0.280); --line:rgba(244,244,242,0.120);
}
body{font-family:'Poppins',system-ui,-apple-system,sans-serif}
input,textarea,select,button{font-family:inherit}
