:root{--font-primary:"Andada Pro",serif;--color-heading:#C65440;--color-body:#333;--background:linear-gradient(180deg,rgb(255,240,235),rgb(252,243,243));--foreground:#333}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (max-width:768px){body,html{overflow-x:hidden}}