
:root { --brand: #0a8f4e; }
html { font-family: 'Inter', sans-serif; }
.btn-brand { background: var(--brand); color: white; padding: 0.5rem 1rem; border-radius: 0.375rem; }
.btn-brand:hover { background: #096c3c; }
