@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Kanit:wght@600&display=swap");*{box-sizing:border-box;padding:0;margin:0;outline:none;font-family:var(--description-font)}a{text-decoration:none;color:inherit}body{min-height:100vh;padding-top:var(--nav-height);background-color:var(--background)}h1,h2,h3{font-family:var(--title-font)}p{font-family:var(--description-font)}:root{--footer-copyright-background:#2d213a;--footer-background:#23192d;--nav-background:#23192d;--hero-background:#23192d;--block-level-background:#23192d;--pallete-1:#2d213a;--pallete-2:#fd0a54;--pallete-3:#f57576;--pallete-4:#febf97;--pallete-5:#f5ecb7;--section-background:#fff;--background:#f5f5f5;--title-color:#000;--description-color:#646464;--title-color-alt:#fff;--description-color-alt:#c7c7c7;--title-font:"Kanit";--description-font:"Inter";--number-font:"Kanit";--nav-height:80px;--window-height:calc(100vh - 80px);--box-border-radius:5px}