/* Font fixes: match mywit.org nav and toolbar typography exactly */

/* 1. Nav main links: bump from 20px → 22px to match live site */
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    font-size: 22px;
}
