@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");body,html{margin:0;padding:0;font-family:Inter,sans-serif;background-color:rgb(var(--text));transition:background-color .5s}*{box-sizing:border-box}:root{--text:0,0,0;--bg:255,255,255;--border-width:0.25rem;--link:193,18,31}.text-colour{color:rgb(var(--text));transition:color .5s}.bg-colour{background-color:rgb(var(--bg));transition:background-color .5s}.text-colour-invert{color:rgb(var(--bg));transition:color .5s}.bg-colour-invert{background-color:rgb(var(--text));transition:background-color .5s}.site-cont{padding:2rem;min-height:100svh}.title{font-size:calc(calc(100vw - 4rem) / 6.3);font-weight:900;margin:0;text-transform:uppercase;align-self:flex-start;letter-spacing:-.4vw;line-height:calc(100vw / 7.5)}.footer-cont{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.footer-cont a{text-decoration:none}.footer-cont a:hover{text-decoration:underline}@media screen and (max-width:768px){:root{--border-width:0.15rem}.site-cont{padding:1rem}.footer-cont{flex-direction:column;gap:.25rem}}.ThemeChanger_themeControls__YNGyE{display:flex;gap:1rem;align-items:center}.ThemeChanger_themeSelector__r1_hy{padding:.25rem .5rem;border-radius:4px;background:rgb(var(--bg));color:rgb(var(--text));transition:color .5s,background .5s;border:none;cursor:pointer;text-transform:capitalize}.ThemeChanger_themeChangeButton__0XDn1{display:flex;justify-content:center;align-items:center;margin:0;cursor:pointer}