body {
    font-family: var(--gh-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif);
}

.message-success,
.message-error {
    display: none;
    width: 100%;
}

.success .message-success,
.error .message-error {
    display: block;
}

.subnav ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    text-decoration: none;
}

.subnav ul li a:hover {
    color: #eee;
    text-decoration: none;
}
