@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/** Hide the page title since we have a logo */
.tsd-page-title {
    display: none;
}

.tsd-panel p img {
    display: block;
    margin: 0 auto;
}

/** I don't think the settings menu is very interesting */
.tsd-navigation.settings {
    display: none;
}

/** The default typography is a little tight */
.tsd-typography {
    line-height: 1.6em;
    font-size: 16px;
}

/** Add some separation between headers and the previous content */
h2, h3, h4 {
    margin-top: 2em;
}

/** Less padding in module nav */
.tsd-navigation.primary a {
    padding: 0.5rem 1rem;
}

pre {
    font-family: 'Source Code Pro', Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 16px;
}