/* Custom Styles */
:root {
    --primary-color: #4F46E5;
}

.button.is-primary {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #fff;
}

.button.is-primary:hover {
    background-color: #4338ca;
}

.title {
    font-weight: 700;
}
