/* reset.css — nakup.pl */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: #F5F0EB; color: #1a1a1a; line-height: 1.6; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; }
ul, ol { list-style: none; }
input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
