*, *::before, *::after { box-sizing: border-box; margin: 0; }
html, body { margin: 0; }
ul, ol { padding-left: 0; }
.bg-slate-900 { background-color: #0f172a; }
.bg-white { background-color: #ffffff; }
.border { border: 1px solid currentColor; }
.border-slate-200 { border-color: #e2e8f0; }
.dark .dark\:bg-slate-100 { background-color: #f1f5f9; }
.dark .dark\:bg-slate-900 { background-color: #0f172a; }
.dark .dark\:border-slate-800 { border-color: #1e293b; }
.dark .dark\:text-slate-100 { color: #f1f5f9; }
.dark .dark\:text-slate-300 { color: #cbd5e1; }
.dark .dark\:text-slate-400 { color: #94a3b8; }
.dark .dark\:text-slate-900 { color: #0f172a; }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.font-display { font-family: "Newsreader", "Palatino Linotype", "Book Antiqua", Palatino, serif; }
.font-semibold { font-weight: 600; }
.gap-3 { gap: 0.75rem; }
.items-center { align-items: center; }
.m-0 { margin: 0; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.min-h-screen { min-height: 100vh; }
.mt-3 { margin-top: 0.75rem; }
.mt-8 { margin-top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-md { border-radius: 0.375rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-900 { color: #0f172a; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-white { color: #ffffff; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.uppercase { text-transform: uppercase; }
.w-full { width: 100%; }