body {
    margin: 0;
    background-color: #fff;
}
@font-face {
    font-family: Josefin-Thin;
    src: url(josefin-sans/JosefinSans-Thin.ttf);
}
@font-face {
    font-family: Josefin-Light;
    src: url(josefin-sans/JosefinSans-Light.ttf);
}
@font-face {
    font-family: Josefin-Regular;
    src: url(josefin-sans/JosefinSans-Regular.ttf);
}
@font-face {
    font-family: Josefin-SemiBold;
    src: url(josefin-sans/JosefinSans-SemiBold.ttf);
}

h1 {
    font-family: Josefin-Thin, sans-serif;
    font-size: 84px;
}
h1 b {
    font-family: Josefin-Light, sans-serif;
}
h2 {
    font-family: Josefin-Light, sans-serif;
    font-weight: normal;
    font-size: 44px;
    margin-top: 40px;
}
h2 .strong {
    font-family: Josefin-Regular, sans-serif;
}


#center {
    text-align: center;
}
#nav {
    font-family: Josefin-Regular, sans-serif;
    padding: 20px 0;
    padding-bottom: 19px;
    font-size: 23px;
    background-color: #fff;
    color: #333;
    line-height: 1.6em;
}
body.nav-outline #nav {
    outline: 1px solid #f6f6f6;
}
#nav a {
    text-decoration: none;
    color: #333;
}
#nav a:hover {
    color: #666;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline-block;
    margin: 0 15px;
}
#nav li.selected a {
    border-bottom: 1px solid #ccc;
}
#nav .w {
    font-family: Josefin-SemiBold, sans-serif;
}

a {
    color: #000;
}

@media (prefers-color-scheme: dark) {
    body, #nav {
        background-color:#333;
    }
    body.nav-outline #nav {
        outline-color: transparent;
        background-image: linear-gradient(#2c2c2c,#333);
    }
    body, #nav, #nav a, a {
        color: #aaa;
    }
    #nav a:hover {
        color: #ccc;
    }
    #nav li.selected a {
        border-bottom-color: #777;
    }
    
}
