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

html,
body {
    margin: 0;
    padding: 0;
}

body,
button,
input,
textarea {
    font-family: "SF Pro Display", "Helvetica Neue", "PingFang SC", sans-serif;
}

button,
input,
textarea {
    border: 0;
    outline: 0;
    background: none;
}

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

button {
    cursor: pointer;
}
