@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400&family=DM+Sans:wght@400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#fdfbf7;--bg-alt:#f5f0e8;--text:#1a1a1a;--muted:#6b6459;--accent:#b45309;--accent-light:#f59e0b;--border:#e5ddd0;--white:#fff;--green:#166534;--green-light:#dcfce7;--red:#991b1b;--red-light:#fee2e2;--blue:#1e40af;--blue-light:#dbeafe}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:var(--accent-light);color:var(--text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.animate-fade-up{animation:fadeUp .5s ease-out both}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 1.2s infinite;margin:0 2px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}