* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Playfair Display", serif;
}
html {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, body {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font: inherit;
}
ul, ol {
    list-style: none;
    padding: 0;
}
a, input, select, button, textarea {
    color: inherit;
    text-decoration: none;
}
button {
    border: none;
    background: transparent;
    padding: 0;
}
img, picture, video {
    display: block;
    max-width: 100%;
    height: auto;
}
