@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");:root{--background:#ffffff;--foreground:#585858;--sectionBackground:#f0ffe3;--lightGreenBackground:#85e13a}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Geist,sans-serif!important;font-size:14px!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}body,html{height:100%}table td,table th{padding:6px 10px!important}table td:first-child,table td:last-child,table th:first-child,table th:last-child{padding:10px 15px!important}table th{background:#e2e8f0!important}