@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");:root{--background:#fff;--foreground:#000;--accent-bg:#7b7b7b;--accent-fg:#fff;--accent-bg-hot:#8f8f8f;--accent-fg-hot:#fff;--hover-bg:#dbdbdb;--hover-fg:#000;--artifact-bg:#ebebeb;--artifact-padding:.5rem;--font-label:"Poppins",sans-serif;--font-display:"Prata",serif;--border-radius:9px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-label);background-color:var(--background);color:var(--foreground)}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:200}