html { color: #333; }
body { font-size: 18px; }
html, body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, 
.uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, 
.uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; }
h1, h2, h3, h4, h5, h6, strong { font-weight: 600; }
.uk-h1, h1 { font-size: 3.25rem; color: #6B7280; font-weight: 700; }
a { color: #0F1A2B; }
a:hover, a:focus { color: #4A6FA5; }
.uk-button-primary { background-color: #0F1A2B; }
.uk-button-primary:focus,
.uk-button-primary:hover { background-color: #4A6FA5; }
.uk-button-secondary { background-color: #6B7280; }
.uk-button-secondary:focus,
.uk-button-secondary:hover { background-color: #4A6FA5; }
.uk-button-default { background-color: #4A6FA5; }
.uk-button-default:focus,
.uk-button-default:hover { background-color: #0F1A2B; }

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle { font-size: 1rem; font-family: "Inter", sans-serif; }
.uk-navbar-nav>li>a { text-transform: none; color: #4A6FA5; }

footer { background-color: #4A6FA5; }
footer p { font-size: 0.8125rem; color: #fff; }