@import "tailwindcss";@source "../../src/**/*.rs";@theme{--color-page: #ededed; --color-contact-blue: #1d6cff; --color-about-green: #17b62d; --color-accent-pink: #ff5fac; --color-waitlist-yellow: #ffe167; --color-cta-green: #05da07; --color-nav-close-red: #ff5c5c; --font-satoshi: "Satoshi", "Satoshi Variable", sans-serif; --font-roboto: "Roboto", sans-serif; --font-inter: "Inter", sans-serif;}@layer base{body{font-family:var(--font-roboto)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.animate-marquee{animation:18s linear infinite marquee}@keyframes tabFadeIn{0%{opacity:0}to{opacity:1}}.tab-fade-enter{animation:.15s ease-in-out tabFadeIn}.contact-panel-shell{z-index:40;width:100%;height:100vh;animation:.25s ease-out contact-panel-slide-in;position:fixed;top:0;right:0}@keyframes contact-panel-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width>=768px){.contact-panel-shell{z-index:20;flex-shrink:0;align-self:flex-start;width:400px;height:100vh;animation:none;position:sticky;top:0;right:auto}}