html {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    color: #1D1D1D;
}

.navbar {
    position: sticky;
    top: 0;
}

.navbar .brand {
    text-decoration: none;
}

.navbar .brand .site-name {
    color: white;
}

.navbar .navbar-inner {
    background-color: #1D1D1D;
    background-image: none;
    box-shadow: none;
}

.navbar a {
    text-shadow: none !important;
    color: white !important;
    font-weight: 500 !important;
}

.navbar .active a {
    background-color: #028d30 !important;
}

.page-header h1 a {
    font-family: var(--monoFontFamily), sans-serif !important;
    pointer-events: none;
    font-weight: 600;
}

h1, h2 {
    font-family: "Source Sans 3", sans-serif;
    border: none;
    margin: 2rem 0 1.5rem;
}

p {
    font-size: 1rem !important;
    color: #1D1D1D;
}

a {
    color: #028d30;
    text-decoration: underline;
}

.page-header {
    color: #1D1D1D;
    border-color: #1D1D1D;
}

:root {
    --serifFontFamily: 'Inter', sans-serif !important;
}