*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    outline: none;
}

@font-face {
    font-family: 'Playfair';
    src: url('../fonts/PlayfairDisplay-VariableFont.woff2') format("woff2-variations");
    font-weight: 100 700;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-family: 'system-ui', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-color);
    overflow-x: hidden;
    height: 100%;
}

input {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: var(--fw-550);
}
