/*!
 * Copyright (c) 2022-2023 tooboredtocode
 * All Rights Reserved
 */
/*!
 * Copyright (c) 2022-2023 tooboredtocode
 * All Rights Reserved
 */
:root{--text-primary:#fff;--text-secondary:#b9bbbe;--interactive:#b9bbbe;--interactive-active:#fff;--colour-primary:#5865f2;--colour-accent:#8296de;--bg-primary:#202225;--bg-secondary:#151617;--bg-card:#272a2f;--bg-accent:#ffffff0f;--content-width:100%;--content-max-width:962px}@media only screen and (width>=427px){:root{--content-width:80%}}body{color:var(--text-primary);background-color:var(--bg-primary);margin:0;padding:0;font-family:Nunito,sans-serif}h1{margin-top:.28em;margin-bottom:.28em}h2{margin-top:.36em;margin-bottom:.36em}h3{margin-top:.4em;margin-bottom:.4em}h4{margin-top:.44em;margin-bottom:.44em}h5{margin-top:.52em;margin-bottom:.52em}ol,p,ul{margin-top:.4em;margin-bottom:.4em}ul{padding-left:1.2em}ol{padding-left:1.5em}a{color:var(--colour-primary);text-decoration:none}a:hover{color:var(--colour-secondary)}.layout{flex-direction:column;align-items:center;height:100vh;display:flex;overflow:auto}.layout .nav-wrapper{background-color:var(--bg-secondary);justify-content:center;width:100vw;height:4rem;display:flex}.layout .nav-wrapper .nav{width:var(--content-width);max-width:var(--content-max-width);justify-content:center;align-items:center;display:flex}.layout .nav-wrapper .nav .nav-spacer{flex:auto}.layout #link-home{box-sizing:border-box;width:4rem;height:100%;padding:.4rem}.layout #link-home #logo-navbar{width:100%;height:100%}.layout .navbar-link{box-sizing:border-box;justify-content:center;align-items:center;height:100%;padding:0 .4rem;font-weight:650;display:flex}.layout .navbar-link.router-link-active{background:var(--bg-accent);border-style:none none solid;border-width:.2rem}.layout .layout-content{width:var(--content-width);max-width:var(--content-max-width);flex:auto;overflow:auto}.layout .footer{background-color:var(--bg-accent);width:100vw;height:1.8rem}.layout .footer,.layout .footer a,.layout .footer p{justify-content:center;align-items:center;display:flex}.layout .footer a,.layout .footer p{box-sizing:border-box;height:100%;padding:0 .3rem}.layout .footer a.router-link-active{color:var(--colour-accent)}.layout .footer-desktop{display:none}@media only screen and (width>=427px){.layout .footer-mobile{display:none}.layout .footer-desktop{display:flex}}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin-left:.5rem;margin-right:.5rem;display:flex}.error-page .error-code{color:var(--colour-primary);margin-bottom:-1rem;font-size:10rem}.error-page button{background-color:var(--colour-primary);color:#fff;border:none;border-radius:.6rem;margin-top:1rem;padding:.5rem 1rem;font-size:1.5rem;transition:background-color .3s,border-radius .5s}.error-page button:hover{background-color:var(--colour-accent);border-radius:.3rem}
