@import "./theme.css";

.cta-button {
    background-color: var(--primary);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    color: var(--primary-foreground);
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}