body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
    scroll-behavior: smooth;
}

input,
textarea,
select,
button,
a {
    transition: all 0.2s ease;
}

input::placeholder,
textarea::placeholder {
    color: #a08d80;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none;
}

img {
    display: block;
}

::selection {
    background: #d9c1ad;
    color: #3d3028;
}