
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }
.max-w-7xl { max-width: 80rem; margin-left:auto; margin-right:auto; }
.p-6 { padding:1.5rem; }
.p-10 { padding:2.5rem; }
.p-20 { padding:5rem; }
.mt-20 { margin-top:5rem; }
.mb-6 { margin-bottom:1.5rem; }
.text-center { text-align:center; }
.text-6xl { font-size:3.75rem; font-weight:700; }
.text-4xl { font-size:2.25rem; font-weight:700; }
.text-2xl { font-size:1.5rem; font-weight:700; }
.font-bold { font-weight:700; }
.bg-white { background:#fff; }
.bg-black { background:#000; }
.text-white { color:#fff; }
.text-gray-600 { color:#4b5563; }
.border-b { border-bottom:1px solid #e5e7eb; }
.border-t { border-top:1px solid #e5e7eb; }
.rounded-full { border-radius:9999px; }
.rounded { border-radius:.25rem; }
.flex { display:flex; }
.justify-between { justify-content:space-between; }
.gap-6 { gap:1.5rem; }
a { text-decoration:none; }
a:hover { opacity:.85; }
button, .button { background:#000; color:#fff; padding:.75rem 1.5rem; border-radius:9999px; }
