@layer reset {

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

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font: -apple-system-body;
    }

    @media (width >=40rem) {
        body {
            font-size: 1.15rem;
            font: -apple-system-body;
        }
    }

    ul,
    ol {
        list-style: none;
    }

    input,
    button,
    textarea {
        font-size: inherit;
        line-height: inherit;
    }
}
