html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    color: #666666;
    background: #f9fafa;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

a {
    color: #F977BD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

h2:not(:first-child) {
    margin-top: 24px;
}

hr {
    margin: 24px 0;
    height: 0;
    display: block;
    border: 0;
    border-top: 1px solid #e7e9ea;
}

.trix-button-group--file-tools {
    display: none;
}
