#content {
    max-width: 100% !important;
    padding: 0 !important;
}

button {
    cursor: pointer;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #333;
    font-family: -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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fmts-text h1,
.fmts-text h2,
.fmts-text h3,
.fmts-text h4,
.fmts-text h5,
.fmts-text h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: 0.5rem;
}

.fmts-text h1 {
    font-size: 2.5rem;
}

.fmts-text h2 {
    font-size: 2rem;
}

.fmts-text h3 {
    font-size: 1.75rem;
}

.fmts-text h4 {
    font-size: 1.5rem;
}

.fmts-text h5 {
    font-size: 1.25rem;
}

.fmts-text h6 {
    font-size: 1rem;
}

.fmts-text p {
    margin-block-end: 0.9rem;
    margin-block-start: 0;
}
