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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Old Standard TT", "Times New Roman", serif;
  background-color: #faf5ef;
  color: #260202;
}

.font-script {
  font-family: "Imperial Script", "Old Standard TT", "Times New Roman", serif;
}

.font-serif-elegant {
  font-family: "Old Standard TT", "Times New Roman", serif;
}

.font-hero-title {
  font-family: "Bodoni Moda SC", "Old Standard TT", "Times New Roman", serif;
}

img:not([alt="Ilustrační obrázek dárku"]):not([alt="QR kód pro dar"]) {
  filter: grayscale(100%);
  opacity: 0.9;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: rgb(172, 138, 74);
}
