* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f9f7f4;
  font-family: 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: Georgia, 'Times New Roman', serif;
}

a {
  color: #a9784f;
}

a:hover {
  color: #8c6640;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
}

input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible {
  outline: 2px solid #a9784f;
  outline-offset: 2px;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.shop-cat-tab {
  transition: background 0.15s ease, color 0.15s ease;
}

@media (max-width: 720px) {
  header, section, footer, article {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
