/* ========================
   RESET — Modern reset
   ======================== */

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

* {
    margin: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    min-height: 100svh;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    line-height: 1.2;
    text-wrap: balance;
}

p, li, figcaption {
    max-width: var(--measure-prose);
    text-wrap: pretty;
}

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

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

a {
    color: currentColor;
}

ul[role="list"], ol[role="list"] {
    list-style: none;
    padding: 0;
}
