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

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

html {
    font-size: 62.5%;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.6rem;
    /* 16px */
    background: var(--gray-000);
    color: var(--text-over-primary-light);
}

.container-fluid {
    max-width: auto;
}

.container {
    max-width: 130rem;
    margin: 0 auto;
}

.content {
    margin: 0 3.2rem;
}