:root{--theme-border: #e2e8f0;--theme-fill: #f8fafc;--theme-bg: #ffffff;--theme-text: #212121;--theme-primary: #005c33;--theme-primary-hover: #168654;--theme-scrollbar-thumb: #cbd5e1;--theme-scrollbar-thumb-hover: #94a3b8}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-overflow-scrolling:touch}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--theme-bg);color:var(--theme-text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-fill);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--theme-primary)}::-webkit-scrollbar-corner{background:var(--theme-fill)}*{-webkit-tap-highlight-color:transparent}::selection{background:#005c3333;color:var(--theme-text)}::-moz-selection{background:#005c3333;color:var(--theme-text)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
