:root{--primary-color: #26708a;--secondary-color: #af7f1e;--text-color: #1f2937;--background-color: #f9fafb;--accent-color: #f59e0b;--error-color: #ef4444;--success-color: #10b981;--font-heading: "Prompt", sans-serif;--font-body: "Josefin Sans", sans-serif;--font-special: "Dancing Script", cursive;--mobile: 480px;--tablet: 768px;--desktop: 1024px;--wide: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-color);background-color:var(--background-color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none}a:hover{color:var(--secondary-color)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-family:var(--font-body);font-weight:500;transition:background-color .2s}.btn:hover{background-color:var(--secondary-color);text-decoration:none}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@media (max-width: 480px){.hide-mobile{display:none!important}.container{padding:0 .75rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (min-width: 481px) and (max-width: 768px){.hide-tablet{display:none!important}.container{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){.hide-desktop{display:none!important}}@media (min-width: 1025px){.hide-wide{display:none!important}}@font-face{font-family:RoyalInitialen;src:url(../../../RoyalInitialen-Regular.woff2) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SeparatorFont;src:url(../../../SectionSeparators-Regular.woff2) format("woff");font-weight:400;font-style:normal;font-display:swap}.app.svelte-12u4uxq{display:flex;flex-direction:column;min-height:100vh}header.svelte-12u4uxq{background-color:var(--primary-color);padding:1rem;color:#fff}nav.svelte-12u4uxq{display:flex;gap:1rem}nav.svelte-12u4uxq a:where(.svelte-12u4uxq){color:#fff;font-weight:500}main.svelte-12u4uxq{flex:1;padding:2rem}footer.svelte-12u4uxq{background-color:var(--text-color);color:#fff;padding:1rem;text-align:center}@media (max-width: 480px){main.svelte-12u4uxq{padding:.5rem .2rem}nav.svelte-12u4uxq{justify-content:center}}@media (min-width: 481px) and (max-width: 768px){main.svelte-12u4uxq{padding:1rem}}
