/* Ferri Couverture - Logo Identity Override */
:root {
  --cf-black: #1A1A1A !important;
  --cf-orange: #E8922A !important;
  --cf-orange-hover: #D4821F !important;
}

/* Override all instances of old colors */
*[style*="#C0623E"],
*[style*="#2C3E50"],
*[style*="#F4F1EC"],
*[style*="#E07B4A"],
*[style*="#36404A"],
*[style*="#1F2937"],
*[style*="#8B2E1F"],
*[style*="#5B7A99"],
*[style*="#B5392B"] {
  background: #1A1A1A !important;
  color: #1A1A1A !important;
  border-color: #1A1A1A !important;
}

body { 
  background: #FFFFFF !important; 
  color: #4A4A4A !important; 
}

h1, h2, h3, h4, h5, h6 { 
  color: #1A1A1A !important; 
  font-weight: 800 !important; 
}

.site-header,
.ast-primary-header-bar,
.main-header-bar {
  background: #1A1A1A !important;
}

.site-header a,
.main-header-menu a {
  color: #FFFFFF !important;
}

.site-header a:hover,
.main-header-menu .menu-item:hover > a {
  color: #E8922A !important;
}

.ast-button,
.btn--primary,
.wp-block-button__link {
  background: #E8922A !important;
  color: #FFFFFF !important;
  border: 2px solid #E8922A !important;
}

.ast-button:hover {
  background: #D4821F !important;
}

.site-footer {
  background: #1A1A1A !important;
  color: #FFFFFF !important;
}

.site-footer h3,
.site-footer h4 {
  color: #E8922A !important;
}

.site-footer a {
  color: #F5F5F5 !important;
}

.site-footer a:hover {
  color: #E8922A !important;
}

.cta-section {
  background: #E8922A !important;
  color: #FFFFFF !important;
}

.text-orange, .accent {
  color: #E8922A !important;
}
