:root{--orange: #FC5100;--ink: #191919;--bg: #F3F3F3;--bg2: #F9F9F9;--red: #D6303B;--amber: #E8A33D;--green: #2E9E5B;--repeat-bg: #FCEFD9;--repeat-fg: #a5670c;--muted: #9B9B9B;--border: #E3E3E3}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,system-ui,-apple-system,Noto Sans Devanagari,sans-serif;color:var(--ink);background:var(--bg)}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:4px}@keyframes pulseRec{0%{box-shadow:0 0 #d6303b80}70%{box-shadow:0 0 0 22px #d6303b00}to{box-shadow:0 0 #d6303b00}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes wv{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}
