body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.header-font {
    font-family: 'Merriweather', serif;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* Navigation Bar Alignment */
nav ul {
    align-items: center !important;
}

nav ul li {
    display: flex;
    align-items: center;
    height: 40px;
}

nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Google Calendar Button Styling */
#desktop-booking-button button {
    background-color: #2563eb !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s ease !important;
    border: none !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 1.25 !important;
}

#desktop-booking-button button:hover {
    background-color: #1d4ed8 !important;
}
