@font-face {
    font-family: 'AvenirNext';
    src: url('/fonts/avenir/AvenirNext-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('/fonts/avenir/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('/fonts/avenir/AvenirNext-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.native-docs-route {
    min-height: 100vh;
    background: #fff;
}

.native-docs-route__embed {
    display: block;
    width: 100%;
    height: 100vh;
    border: 0;
}

.native-docs-route__content {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-width: 760px;
    margin: 0 auto;
    padding: 68px 20px 66px;
    color: #2f3948;
    overflow-wrap: anywhere;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    font:
        400 18px/1.55 AvenirNext,
        Arial,
        sans-serif;
}

.native-docs-route__content--article {
    max-width: none;
    padding: 0 20px 66px;
}

.native-docs-route__content article,
.native-docs-route__content article > h1,
.native-docs-route__content article > section {
    box-sizing: border-box;
    width: 100%;
}

.native-docs-route__content article > h1 {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 177px;
    color: #2f3948;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.23;
    text-align: center;
}

.native-docs-route__content article > section {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.native-docs-route__content article > h1 + section {
    margin-top: 158px;
}

.native-docs-route__content article > section + section {
    margin-top: 1.55em;
}

.native-docs-route__content h2,
.native-docs-route__content h3,
.native-docs-route__content h4 {
    margin: 0 0 1.55em;
    color: #2f3948;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
}

.native-docs-route__content p,
.native-docs-route__content ul,
.native-docs-route__content ol,
.native-docs-route__content blockquote,
.native-docs-route__content table {
    margin: 0;
}

.native-docs-route__content p + p,
.native-docs-route__content ul + p,
.native-docs-route__content ol + p,
.native-docs-route__content table + p {
    margin-top: 1.55em;
}

.native-docs-route__content ul,
.native-docs-route__content ol {
    padding-left: 1.25em;
}

.native-docs-route__content a {
    color: inherit;
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.native-docs-route__content table {
    width: 100%;
    border-collapse: collapse;
}

.native-docs-route__content th,
.native-docs-route__content td {
    padding: 8px 10px;
    border: 1px solid #cfd3d9;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1200px) {
    .native-docs-route__content {
        max-width: 620px;
        font-size: 16px;
    }

    .native-docs-route__content--article {
        max-width: none;
    }

    .native-docs-route__content article > h1 {
        max-width: 780px;
        font-size: 32px;
    }

    .native-docs-route__content article > section {
        max-width: 620px;
    }
}

@media (max-width: 960px) {
    .native-docs-route__content,
    .native-docs-route__content article > h1,
    .native-docs-route__content article > section {
        max-width: 600px;
    }

    .native-docs-route__content--article {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .native-docs-route__content {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.45;
    }

    .native-docs-route__content article > h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .native-docs-route__content article > h1 {
        padding-top: 132px;
    }
}
