*,
*::before,
*::after {
    border: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--main-font);
    font-size: 1.6rem;
}

html {
    font-size: 62.5%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
    display: block;
}

button {
    cursor: pointer;
}

p {
    line-height: 150%;
}
