html {
    /* font-family: 'IBM Plex Mono', monospace; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /* background: #f2f2f7; */
    background: #f2f2f7;
}

.uk-navbar-nav > li > a {
    text-transform: none;
}

section, nav, footer {
    position: relative;
    z-index: 1;
}

.card {
    width: 420px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.tab-bar {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 1.25rem;
}

.tab-bar a {
    flex: 1;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.78rem;
    color: rgba(0,0,0,0.4);
    text-decoration: none;

}

.tab-bar a.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.tab-bar a:hover { color: rgba(0,0,0,0.7); }

.divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin: 1rem 0;
}

a { color: #000; }
a:hover { color: rgba(0,0,0,0.6); }