:root{--background:#dbd6c6;--backgroundLight:#d1cbb8;--backgroundDark:#bdb6a1;--foreground:#2f241d;--shadowLight:rgba(47,36,29,0.28);--shadowDark:rgba(47,36,29,0.63);scroll-behavior:smooth}html
body{max-width:100vw;overflow-x:hidden;font-family:Cardo}html{font-size:18px}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none;color:#2f241d}a:hover{text-decoration:underline}h3{font-family:Merriweather,serif;color:#6e5433;font-size:1.25rem;font-weight:100}p{text-align:justify}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (max-width:1024px){html{font-size:16px}}@media (max-width:640px){html{font-size:15px}}@media (max-width:350px){p{text-align:left}}