:root{--background-primary-lighter: #454545;--background-primary: #212121;--background-primary-darker: #181818;--text-primary: #f2f2f2;--text-primary-darker: #999;--header-height: 120px;--border-radius-base: 16px}*{box-sizing:border-box}body{display:flex;flex-direction:row;font-family:Roboto,sans-serif;font-weight:400;margin:0;padding:0;height:100vh;width:100%;background-color:var(--background-primary);color:var(--text-primary)}h1,h2,h3,h4,h5,h6,p{margin:0}ul{list-style:none;padding:0;margin:0}a{all:unset;cursor:pointer}.underline{text-decoration:underline}.w-100{width:100%}.h-100{height:100%}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.shadow-standard{box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}.font-weight-700{font-weight:700}.disabled{pointer-events:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:var(--border-radius-base)}
