:root { --line: rgba(47,35,29,.15); }
body { background:#f6f0e5; }
img { display:block; max-width:100%; }
header { box-shadow:0 12px 32px rgba(18,16,15,.24); }
header img { border:1px solid rgba(214,168,67,.5); padding:2px; }
main > section { position:relative; }
main > section:nth-of-type(even):not(.bg-charcoal):not(.bg-coal):not(.bg-crimson):not(.bg-gold) {
  background:#fffaf1;
}
[class*="shadow-xl"],
[class*="shadow-lg"],
[class*="shadow-poster"] {
  outline:1px solid var(--line);
  outline-offset:-1px;
}
.bg-charcoal [class*="shadow-xl"],
.bg-coal [class*="shadow-xl"],
.bg-crimson [class*="shadow-xl"] { outline-color:rgba(255,255,255,.16); }
.text-white\/35,
.text-white\/40,
.text-white\/45 { color:rgba(255,255,255,.65) !important; }
.text-white\/50,
.text-white\/55 { color:rgba(255,255,255,.72) !important; }
.text-white\/60,
.text-white\/65 { color:rgba(255,255,255,.78) !important; }
footer { color:rgba(255,255,255,.65) !important; }
.bg-blue-600 { background-color:#201b19 !important; }
:is(.bg-coal,.bg-charcoal,.bg-crimson) :is(h1,h2,h3):not(.bg-white *):not(.bg-ivory *):not(.bg-gold *) {
  color:#e6b84c !important;
}
:is(.bg-coal,.bg-charcoal) p[class*="text-white"],
:is(.bg-coal,.bg-charcoal) p[class*="leading-"] {
  color:#d8c8b4 !important;
}
.bg-crimson p[class*="text-white"],
.bg-crimson p[class*="leading-"] {
  color:#f4d5c8 !important;
}
:is(.bg-coal,.bg-charcoal,.bg-crimson) .text-white:not(a):not(.iconify) {
  color:#eee0cb !important;
}
@media (max-width:640px) {
  h1 { font-size:clamp(3rem,15vw,5rem) !important; }
  h2 { font-size:clamp(2.3rem,11vw,3.4rem) !important; }
}
