:root{--background:#ffffff;--foreground:$colour-text}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-size:16px;color:var(--foreground);background:var(--background);font-family:var(--font-raleway),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-castoro),serif;font-weight:400}h1{margin:32px 0 24px;font-size:3rem}h2{margin:24px 0 14px;font-size:2.5rem}a{color:inherit;text-decoration:none}button,div,input,p,select,span,textarea{font-family:inherit}@media(prefers-color-scheme:dark){html{color-scheme:dark}}