.btn {
display: inline-flex;
align-items: center;
justify-content: center;

min-height: 48px;
padding: 0 22px;

border: 0;
border-radius: 999px;

background: var(--primary);
color: #ffffff;

text-decoration: none;
font-size: 15px;
font-weight: 900;
cursor: pointer;

}

.btn {
background: var(--primary-dark);
transform: translateY(-1px);
}

.btn-secondary {
background: #ffffff;
color: var(--text);
border: 1px solid #e5e7eb;
}

.btn-secondary {
background: #f8fafc;
}