
/* Apply default font to body */
html, body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Fix text-transform for navigation */
.uk-navbar-nav, .uk-navbar-nav * {
    text-transform: none !important;
}

.uk-nav, .uk-nav * {
    text-transform: none !important;
}

/* Fix any other uppercase issues */
* {
    text-transform: none !important;
}