html,body{margin:0;padding:0;background:#0e0c0a;color:#f0e6d2;}
body{font-family:'Work Sans',system-ui,sans-serif;}
img{-webkit-user-drag:none;}
a{color:inherit;}
*{box-sizing:border-box;}
#root{width:100%;}
::selection{background:#c9956b;color:#0e0c0a;}
body::before{content:'';position:fixed;inset:0;z-index:2000;pointer-events:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95   0 0 0 0 0.9   0 0 0 0 0.8  0 0 0 0.04 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity:0.5;mix-blend-mode:overlay;}