:root {
    --iw-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --iw-text-color: #1f2933;
    --iw-muted-color: #607080;
    --iw-link-color: #005fcc;
    --iw-font-size-body: 15px;
    --iw-font-size-body-portrait: 15px;
    --iw-line-height-body: 1.55;
    --iw-font-size-h1: 34px;
    --iw-font-size-h2: 25px;
    --iw-font-size-h3: 19px;
    --iw-font-size-note: 12px;
    --iw-font-size-nav: 13px;
    --iw-font-size-button: 13px;
}

html {
    font-family: var(--iw-font-family);
    color: var(--iw-text-color);
    font-size: var(--iw-font-size-body);
    line-height: var(--iw-line-height-body);
}

body {
    margin: 0;
    font-family: inherit;
    color: inherit;
    background: #f5f7f8;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
}

h1 {
    margin-bottom: 0.45em;
    font-size: var(--iw-font-size-h1);
    line-height: 1.08;
    font-weight: 700;
}

h2 {
    margin-bottom: 0.5em;
    font-size: var(--iw-font-size-h2);
    line-height: 1.18;
    font-weight: 700;
}

h3 {
    margin-bottom: 0.55em;
    font-size: var(--iw-font-size-h3);
    line-height: 1.28;
    font-weight: 700;
}

p,
ul,
ol {
    margin-bottom: 1em;
}

ul,
ol {
    padding-left: 1.4em;
}

li {
    margin-bottom: 0.35em;
}

a {
    color: var(--iw-link-color);
}

button,
input,
select,
textarea {
    font: inherit;
}

.iw-text-lead {
    font-size: 18px;
    line-height: 1.45;
}

.iw-text-note,
.iw-text-caption {
    color: var(--iw-muted-color);
    font-size: var(--iw-font-size-note);
    line-height: 1.45;
}

.iw-button-text {
    font-size: var(--iw-font-size-button);
    font-weight: 700;
    line-height: 1.2;
}

.iw-nav-text {
    font-size: var(--iw-font-size-nav);
    font-weight: 600;
    line-height: 1.2;
}

.iw-list-compact {
    line-height: 1.35;
    padding-left: 1.2em;
}

.iw-list-feature {
    font-weight: 600;
    line-height: 1.45;
}

html[data-iw-vp-orientation="portrait"] {
    font-size: var(--iw-font-size-body-portrait);
}

@media (max-width: 767px) {
    :root {
        --iw-font-size-h1: 29px;
        --iw-font-size-h2: 23px;
        --iw-font-size-h3: 18px;
    }
}
