@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");:root{--background:#ffffff;--foreground:#171717;--font-sans:"Lora",serif}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}