/* Custom Hyvä styles */
.header-wrapper {
    background: #f0f0f0;
}

.btn-custom {
    @apply bg-blue-600 text-white px-4 py-2 rounded;
}
