::selection { background-color: rgb(var(--theme-accent)); color: rgb(var(--theme-white)); } html { font-size: var(--root-font-size); } body { background-color: var(--background); color: rgb(var(--theme-style-text)); font-size: 1rem; line-height: 1.6; font-family: var(--font-regular); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; transition: background-color var(--layout-transition-speed-fast) ease-in-out; }