:root{--bg: #FFF;--primary: #2563EB;--secondary: #10B981;--text: #1F2937;--placeholder-text: #6B7280;--input-bg: #F3F4F6;--input-border: #D1D5DB}@font-face{font-family:Inter;src:url(../assets/fonts/Inter-VariableFont_opsz,wght.ttf)}@font-face{font-family:Playwrite;src:url(/assets/PlaywriteDEGrund-VariableFont_wght-CYNHOm4B.ttf)}.inter{font-family:Inter}.playwrite{font-family:Playwrite}*{padding:0;margin:0;box-sizing:border-box}html,body{height:100%;max-height:100vh;width:100%;background:var(--bg);color:var(--text);overflow:hidden}a,button{cursor:pointer}a{color:var(--primary);text-decoration:none;transition:all .2s}a:hover,a:focus{color:var(--secondary)}button{border:none;transition:all .3s}header{height:5rem;width:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem;background:var(--bg);box-shadow:0 2px 4px #0000001a}header a{display:flex;flex-direction:row;align-items:center}header a img{height:2rem;-webkit-user-select:none;user-select:none}header a h1{color:var(--text);font-family:Playwrite}nav{display:flex;flex-direction:row;gap:1rem;font-size:large;font-family:Inter}nav a{color:var(--text)}main{padding:1rem;margin-top:5rem}
