:root{--t-magenta:#e20074;--t-dark:#191919;--t-gray:#6b6b6b;--t-bg:#f2f2f2;--t-white:#fff;--t-border:#d0d0d0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:TeleNeo,Helvetica Neue,Arial,sans-serif;background:var(--t-bg);color:var(--t-dark);min-height:100vh}a{color:inherit}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--t-bg)}::-webkit-scrollbar-thumb{background:var(--t-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--t-gray)}