@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8f9fa;transition:background-color .3s ease,color .3s ease}html.dark body{background-color:#1a1a1a;color:#e5e7eb}html.dark{color-scheme:dark}a{color:inherit;text-decoration:none}button{font-family:inherit}