/* === ZÁKLADNÍ BARVY STRÁNKY === */
body {
  background-color: #ffe3ac !important; /* žluté pozadí */
  color: #650a1f !important; /* červený text */
}

/* === ODKAZY === */
a {
  color: #c08b2a !important; /* zlatá */
}

a:hover {
  color: #650a1f !important; /* červená */
}

/* === HLAVIČKA === */
header, .header, .top-bar {
  background-color: #ffe3ac !important; /* žlutá */
  color: #650a1f !important; /* červená */
}

.top-bar a {
  color: #c08b2a !important; /* zlatá */
}

/* === TLAČÍTKA === */
button, .btn, input[type="submit"], input[type="button"] {
  background-color: #c08b2a !important; /* zlatá */
  color: #fff !important;
  border: none !important;
}

button:hover, .btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #650a1f !important; /* červená */
}

/* === NADPISY === */
h1, h2, h3, h4, h5, h6 {
  color: #650a1f !important; /* červená */
}

/* === BOXY, RÁMEČKY, KARTY === */
.box, .card, .panel, .auction-item {
  border-color: #c08b2a !important; /* zlatá */
}
