@import url(https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f2efe7;background-color:var(--bg-primary);color:#191919;color:var(--text-primary);overflow-x:hidden;transition:background-color .3s ease,color .3s ease;width:100%}:focus{outline:.2rem solid #31c48c;outline:.2rem solid var(--green);outline-offset:.2rem}.skip-link{background:#31c48c;background:var(--green);border-radius:.4rem;color:#f2efe7;color:var(--white);left:.6rem;padding:.8rem;position:absolute;text-decoration:none;top:-4rem;z-index:100}.skip-link:focus{top:.6rem}::selection{color:#31c48c}a{color:inherit;text-decoration:none}html{font-family:Poppins,sans-serif;font-size:62.5%}::-webkit-scrollbar{background-color:#f2efe7;width:1rem}::-webkit-scrollbar-thumb{background-color:#191919;width:1rem}:root{--red:#f44336;--lightRed:#feecea;--dark:#191919;--yellow:#f8e08e;--darkYellow:#f8d76a;--green:#31c48c;--white:#f2efe7;--blue:#4169e1;--lightBlue:#e5f1f8;--bg-primary:#f2efe7;--bg-primary-rgb:242,239,231;--bg-secondary:#fff;--text-primary:#191919;--text-primary-rgb:25,25,25;--text-secondary:#666;--text-secondary-rgb:102,102,102;--border-color:#e0e0e0}[data-theme=dark]{--bg-primary:#1a1a1a;--bg-primary-rgb:26,26,26;--bg-secondary:#2d2d2d;--text-primary:#f2efe7;--text-primary-rgb:242,239,231;--text-secondary:#ccc;--text-secondary-rgb:204,204,204;--border-color:#404040}*{transition:background-color .3s ease,color .3s ease}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}[data-theme=dark] ::-webkit-scrollbar{background-color:#fff;background-color:var(--bg-secondary)}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#666;background-color:var(--text-secondary)}[data-tooltip]{position:relative}[data-tooltip]:hover:before{background-color:#191919;background-color:var(--dark);border-radius:.4rem;box-shadow:0 .2rem 1rem #0000004d;color:#f2efe7;color:var(--white);content:attr(data-tooltip);font-size:1.2rem;margin-bottom:.5rem;padding:.5rem 1rem;white-space:nowrap}[data-tooltip]:hover:after,[data-tooltip]:hover:before{bottom:100%;left:50%;position:absolute;transform:translateX(-50%);z-index:100}[data-tooltip]:hover:after{border:.5rem solid #0000;border-top:.5rem solid var(--dark);content:"";margin-bottom:-.5rem}@media screen and (max-width:1024px){html{font-size:50%}}@media screen and (max-width:768px){html{font-size:40%}}@media screen and (max-width:480px){html{font-size:30%}}
/*# sourceMappingURL=main.c466506d.css.map*/