:root{--color-black:#131811;--color-light-text:rgba(70,54,42,0.95);--color-matcha:#616b48;--color-matcha-dark:#505534;--color-healthy:#b5ba9a;--color-coffee:#6b5341;--color-coffee-dark:#352920;--color-cream:#c4a484;--color-ivory:#dcd8cc;--ivory-light:#f1efe9;--color-primary:var(--color-matcha);--color-secondary:var(--color-ivory);--background:var(--color-ivory);--foreground:var(--color-primary);--font-body:"montserrat",sans-serif;--font-heading:"bebasNeue",sans-serif}@media(prefers-color-scheme:dark){:root{--background:var(--color-primary-dark);--foreground:var(--ivory)}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}body{font-family:Manrope,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#131811;color:var(--color-coffee-dark);background-color:var(--color-ivory)}section{padding:2vw 10vw}h2{font-size:1.375rem;padding-bottom:.75rem;padding-top:1.25rem}h2,h3{color:#131811;color:var(--color-coffee-dark);font-weight:700;line-height:1.25;letter-spacing:-.015em}h3{font-size:1.125rem}h4{font-weight:500;line-height:1.5}h4,h5{color:#131811;color:var(--color-coffee-dark);font-size:1rem}h5{font-weight:700;line-height:1.25}p{color:#131811;color:var(--color-light-text);font-size:1rem;font-weight:400;line-height:1.5;padding-bottom:.75rem;padding-top:.25rem}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}button:focus{outline:none}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.not-found{gap:2rem;padding:15vw 0}.not-found,.not-found>div{display:flex;flex-direction:column;align-items:center}.not-found>div{gap:1rem}