@charset "UTF-8";html,body{width:100%;height:100%;height:100dvh;margin:0;padding:0;overflow-y:auto;box-sizing:border-box;font-family:Roboto,sans-serif;background-color:var(--bg-color);color:#fff}*,*:before,*:after{box-sizing:inherit}:root{--primary-cyan: #08fdd8;--bg-color: #1d1d1d;--app-bar-bg: #181818;--text-gray: #515152;--text-light-gray: #4d4d4e;--danger: #ff1744;--font-code: "URW Chancery L", cursive}.text-cyan{color:var(--primary-cyan)}.code-tag{font-family:var(--font-code);font-style:italic;color:var(--text-gray);font-size:.9rem;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-cyan)}
