:root{--background:#000000;--foreground:#ffffff;--primary-color:#ff0000}body,html{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:Monteserrat,Open Sans,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:white;text-decoration:none}body{background-image:url(/background.jpg);background-size:cover;background-position:50%;background-attachment:fixed;height:100vh}button{background:transparent;border:1px solid #c9b06d;border-radius:5px;color:white;cursor:pointer;padding:1rem}img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}