:root {
    font-size: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    --body-font: "Segoe UI Variable Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --type-ramp-base-font-size: 1rem;
    --type-ramp-base-line-height: 1.55;
    --font-weight: 400;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: var(--font-weight);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

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

p,
li {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4 {
    font-family: "Segoe UI Variable Display", var(--body-font);
    text-wrap: balance;
}

.legal-page .smaller-font,
.legal-page .smaller-font * {
    font-size: inherit;
    line-height: inherit;
}

@media (max-width: 37.5rem) {
    body {
        --type-ramp-base-font-size: 1rem;
        --type-ramp-base-line-height: 1.6;
    }
}

/*# sourceMappingURL=typography.css.map */
