@font-face{font-family:Beatrice;src:url(/fonts/Beatrice\ Thin.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Beatrice;src:url(/fonts/Beatrice\ Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Beatrice;src:url(/fonts/Beatrice\ Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Beatrice;src:url(/fonts/Beatrice\ Bold.otf) format("opentype");font-weight:700;font-style:normal}:root{--primary: #BDB4FF;--accent: #EAFC88;--bg: #FFFEEC;--text: #141414;--peach: #FFB985;--taffy: #EDB5F7;--font-header: "Beatrice", sans-serif;--font-body: "Beatrice", sans-serif;--transition: all .5s cubic-bezier(.23, 1, .32, 1)}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body)}.container{max-width:1400px;margin:0 auto;padding:0 4rem}h1,h2,h3{font-family:var(--font-header);text-transform:uppercase}.btn-primary{background:var(--primary);color:#fff;padding:1.5rem 3rem;border-radius:100px;text-decoration:none;font-weight:800;display:inline-block;transition:var(--transition);border:none;cursor:pointer;box-shadow:0 10px 30px #4f46e54d}.btn-primary:hover{transform:scale(1.05) rotate(-2deg);background:var(--text)}.btn-outline{background:transparent;color:var(--text);padding:1.5rem 3rem;border-radius:100px;border:2px solid var(--text);text-decoration:none;font-weight:800;display:inline-block;transition:var(--transition)}.btn-outline:hover{background:var(--text);color:#fff}.text-reveal{overflow:hidden;display:inline-block}.text-reveal span{display:block;animation:reveal 1s var(--transition) forwards}@keyframes reveal{0%{transform:translateY(100%)}to{transform:translateY(0)}}
