:root{--background-color:#fcf5ec;--bg-color-gradient:#fcf5ecd9}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf)format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;font-family:Geist Mono,monospace}body{background:linear-gradient(var(--bg-color-gradient)), url(/bg-img.png);width:100%;min-height:100vh}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1}footer{border-top:1.5px dashed #0006;margin-top:2rem;padding:1rem 1.5rem .75rem}footer .footer-inner{flex-direction:column;gap:.6rem;max-width:1100px;margin:0 auto;display:flex}footer .footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}footer .footer-nav{align-items:center;gap:.5rem;font-size:.9rem;font-weight:400;display:flex}footer .footer-nav a{color:inherit;padding:.25rem .1rem;text-decoration:none;transition:opacity .2s;position:relative}footer .footer-nav a:after{content:"";transform-origin:0;background-color:currentColor;height:1.5px;transition:transform .25s;position:absolute;bottom:.15rem;left:.1rem;right:.1rem;transform:scaleX(0)}footer .footer-nav a:hover:after{transform:scaleX(1)}footer .footer-nav .sep{opacity:.4}footer .footer-socials{align-items:center;gap:.75rem;display:flex}footer .footer-socials .icon{border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s,transform .2s;display:inline-flex}footer .footer-socials .icon:hover{background-color:#00000014;transform:translateY(-2px)}footer .footer-socials svg{fill:#000;width:1.05rem;height:1.05rem}footer .footer-bottom{color:#666;border-top:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;font-size:.75rem;font-weight:300;display:flex}footer .footer-bottom a{color:inherit;text-underline-offset:2px;text-decoration:underline;transition:color .2s}footer .footer-bottom a:hover{color:#000}@media (width<=480px){footer .footer-top,footer .footer-bottom{text-align:center;justify-content:center}}
