@import "https://fonts.googleapis.com/css2?family=Germania+One&family=MedievalSharp&family=New+Rocker&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--font-copy:"Germania One",sans-serif;--font-subtitle:"MedievalSharp",cursive;--font-title:"New Rocker",cursive;--green-dark:#091a13;--green-light:#0c2414;--yellow-dark:#d8ab3a;--yellow-light:#fff899;--brown-dark:#231719;--brown-light:#905c35;--dark:#121212;--gradient:linear-gradient(45deg,#06120dbd 0%,#05100c 100%)}body{width:100vw;height:100vh;font-family:var(--font-copy);background:var(--dark);color:var(--yellow-light);margin:0;padding:80px}.video-bg video{object-fit:cover;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.overlay{background:var(--gradient);z-index:1;position:absolute;inset:0}.rune-wrapper{opacity:.04;z-index:1;background-image:url(/rune.webp);background-repeat:repeat;position:fixed;inset:0}.content{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;display:flex;position:relative}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)}p{text-align:center;color:#fff;font-size:1.2rem}.logo{filter:drop-shadow(0 0 100px #ffffff96);width:100%;max-width:400px;height:auto;margin-bottom:20px}.main-title{color:#fff;font-family:var(--font-title);opacity:.9;text-align:center;font-size:clamp(2.5rem,5vw + 1rem,5rem)}.subtitle{text-align:center;font-family:var(--font-subtitle);font-size:clamp(1.2rem,3vw + .5rem,2.5rem)}.social{gap:20px;margin-top:10px;display:flex}.social a{color:var(--yellow-light);font-size:1.2rem;text-decoration:none;transition:transform .3s,color .3s}.social a:hover{color:var(--yellow-dark);transform:scale(1.2)}.social a svg{fill:var(--yellow-light);transition:fill .3s}.social a:hover svg{fill:var(--yellow-dark)}
