:root{--color-background:#050505;--color-text:#e4e4e7;--color-textMuted:#71717a;--color-textDim:#a1a1aa;--color-border:#27272a}html[dir=rtl]{font-family:var(--font-default-arabic)}html[dir=ltr]{font-family:var(--font-default-english)}html,body,#root{background-color:var(--color-background);color:var(--color-text)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}input[type=range]{appearance:none;background:0 0}input[type=range]::-webkit-slider-thumb{appearance:none}input[type=range]:focus{outline:none}input,textarea{direction:auto;text-align:start}html[dir=rtl] input::placeholder,html[dir=rtl] textarea::placeholder{text-align:right;direction:rtl}html[dir=ltr] input::placeholder,html[dir=ltr] textarea::placeholder{text-align:left;direction:ltr}