:root{--full-screen:1920px;--background:rgba(31,31,31,1);--foreground:#ededed}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Kanit,sans-serif;max-width:var(--full-screen);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 auto}*{box-sizing:border-box;padding:0;margin:0}a,button{color:inherit;text-decoration:none}button{font-family:Kanit,sans-serif;border:none;cursor:pointer}h1,h2,h3,h4,h5,h6,p{white-space:pre-line;color:white}html{color-scheme:dark}.sectionButton{position:relative;display:flex;justify-content:center;align-items:center;gap:.2rem;font-size:1.4rem;font-weight:300;width:max-content;height:max-content;background-color:blue;border-radius:2rem;padding:.4rem 1.2rem;text-wrap:nowrap;transition:background-color .2s}.sectionButton:hover{background-color:darkblue}.sectionButton:after{position:relative;content:"";background-image:url(/svg/arrow-up-right.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;width:18px;height:18px}@media (max-width:1200px){html{font-size:80%}}@media (max-width:768px){html{font-size:62.5%}}