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

html, body {
    min-height: 100%;
}

html {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    color: var(--primary-text--light-appearance);
    background-color: var(--primary-bg--light-appearance);
    font-family: var(--primary-typeface);
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    max-width: var(--content-width);
}

strong {
    font-weight: 500;
}
