@font-face {
    font-display: optional;
    font-style: normal;
    font-family: "Roboto local";
    font-weight: 400;
    src: url(fonts/Roboto-Regular.woff2) format("woff2"),url(fonts/Roboto-Regular.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-style: italic;
    font-family: "Roboto local";
    font-weight: 400;
    src: url(fonts/Roboto-Italic.woff2) format("woff2"),url(fonts/Roboto-Italic.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-style: normal;
    font-family: "Roboto local";
    font-weight: 500;
    src: url(fonts/Roboto-Medium.woff2) format("woff2"),url(fonts/Roboto-Medium.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-style: normal;
    font-family: "Roboto local";
    font-weight: 700;
    src: url(fonts/Roboto-Bold.woff2) format("woff2"),url(fonts/Roboto-Bold.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-style: normal;
    font-family: "Roboto black";
    font-weight: 700;
    src: url(fonts/Roboto-Black.woff2) format("woff2"),url(fonts/Roboto-Black.woff) format("woff")
}

.container {
    max-width: 91.25rem;
}

body {
    font-family: 'Roboto local', sans-serif;
}

h1,h2,h3,h4 {
    font-family: "Roboto black", Helvetica, Arial, sans-serif;
}

.gdoc-header {
    background-color: #0d0d0d;
    border-bottom: none;

    .container {
        padding: 0.875rem;
    }
}

.gdoc-footer {
    background-color: #ddd;
    color: #113c59;
}

.gdoc-footer__item {
    margin-left: auto;
}

.gdoc-footer .gdoc-footer__link {
    color: #113c59;
}

.gdoc-brand {
    font-size: 16px;
    font-family: "Roboto black", Helvetica, Arial, sans-serif;
}

.gdoc-brand__img {
    width: 115px;
    height: auto;
}

.gdoc-brand__title {
    visibility: hidden;
}

.gdoc-nav__list li {
    margin: .5rem 0;
}