* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

.hero {
    background-color: #111827;
}

.bg-blue-500 {
    background-color: #3B82F6 !important;
}

.hover\:bg-blue-600:hover {
    background-color: #2563EB !important;
}

.text-blue-500 {
    color: #3B82F6 !important;
}

.border-blue-500 {
    border-color: #3B82F6 !important;
}

.focus\:border-blue-500:focus {
    border-color: #3B82F6 !important;
}

.bg-gray-100 {
    background-color: #F3F4F6 !important;
}

.bg-gray-900 {
    background-color: #111827 !important;
}

.text-gray-900 {
    color: #111827 !important;
}