

@layer feed-reset, feed-site, feed-embed;

@layer feed-reset {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body,
    h1, h2, h3, h4, h5, h6,
    p, figure, blockquote, dl, dd,
    ul, ol {
        margin: 0;
    }

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

    body {
        min-height: 100vh;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    img,
    picture,
    video,
    canvas,
    svg {
        display: block;
        max-width: 100%;
    }

    input,
    button,
    textarea,
    select {
        font: inherit;
        color: inherit;
    }

    button {
        background: none;
        border: 0;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    :target {
        scroll-margin-block: 5ex;
    }

    @media (prefers-reduced-motion: reduce) {
        html {
            scroll-behavior: auto;
        }

        *,
        *::before,
        *::after {
            animation-duration: .01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: .01ms !important;
            scroll-behavior: auto !important;
        }
    }
}
