:root{--background:#151515;--foreground:#fff;--secondaryBackground:#1d1d1d;--tileBackground:#28292f;--primaryColor:#4b84e6;--primaryColorHover:#3373e1;--secondaryColor:#28292c;--secondaryColorHover:#33373e;--simpleColorHover:#1f2125;--simpleColorSelected:#2b2d31;--selectionColor:#4b84e6;--gray800:#495057;--gray900:#343a40;--borderRadius:8px;--linkColor:#3494fa}body,html{max-width:100vw;min-height:100vh;scrollbar-color:var(--gray800) var(--gray900);scrollbar-width:thin}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--selectionColor);color:var(--foreground)}::-moz-selection{background:var(--selectionColor);color:var(--foreground)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}p{font-size:.9rem}