/* ====== SITE COLORS (generated) ====== */

:root{
  --bs-body-color: rgba(46,40,47,0.98);
  --bs-emphasis-color: rgba(46,40,47,0.98);
  --bs-link-color: rgba(46,40,47,0.98);
  --bs-link-hover-color: rgba(46,40,47,0.98);
  --bs-secondary-color: rgba(46,40,47,0.98);
  --bs-tertiary-color: rgba(46,40,47,0.98);
}

html, body{
  color: rgba(46,40,47,0.98) !important;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.text-body,
.text-dark,
.text-muted,
.text-secondary,
.text-body-secondary,
.text-body-tertiary{
  color: rgba(46,40,47,0.98) !important;
}

p, li, span, small, label, legend,
.breadcrumb, .breadcrumb-item,
.card, .card-body, .card-text{
  color: rgba(46,40,47,0.98) !important;
}

a, a:link, a:visited{
  color: rgba(46,40,47,0.98) !important;
}
a:hover, a:focus{
  color: rgba(46,40,47,0.98) !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: rgba(46,40,47,0.98) !important;
}

nav, .navbar{
  background-color: rgba(245,20,20,0.59) !important;
}

footer{
  background-color: rgba(245,20,20,0.59) !important;
}

footer,
footer *,
footer p,
footer li,
footer span,
footer a,
footer small {
  color: rgba(46,40,47,0.98) !important;
}

.card {
  border: none;
}