:root {
    font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
    background: #f4f5f7;
    font: 1em/1.5 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.redoc-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
}

.menu-content {
    border-right: solid 2px #4daab9;
    padding-bottom: 5rem;
}

.internal {
    text-transform: uppercase;
    background: #f05252;
    color: white;
    text-align: center;
    padding: 0.5rem;
}

.body {
    max-width: 1400px;
    padding: 0;
    margin: 0;
}

.body h1 {
    margin: 0 0 0.5em;
    font-weight: 400;
    font-size: 1.85714em;
    line-height: 1.6em;
    color: rgb(16, 30, 70);
}

.body h2 {
    font-weight: 400;
    font-size: 1.57143em;
    line-height: 1.6em;
    color: black;
}
