*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-size: .875rem;
    line-height: 1.4285714285714286;
    color: var(--color-black);
}
