/**
 * Clube de Casa — CSS Foundation / Reset
 * F2.4
 */

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

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-block-size: 100vh;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-start: 0;
}

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

img,
picture,
video {
    block-size: auto;
}

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

button,
input,
textarea,
select {
    max-inline-size: 100%;
}

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

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

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

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