/* Custom Fonts */
@font-face {
  font-family: 'Apoc';
  src: url('../fonts/Apoc.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Acumen Pro';
  src: url('../fonts/AcumenPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply Apoc to everything */
body, h1, h2, h3, h4, h5, h6, .title, .navbar-brand, li, span, div, button, input, textarea, label {
  font-family: 'Apoc', sans-serif !important;
}

/* Body background color */
body {
  background-color: #D6CBBC !important;
}

/* Apply Acumen Pro to paragraphs and links */
p, a {
  font-family: 'Acumen Pro', sans-serif !important;
}

/* Remove italics and make text black for title_split_anim mb-20 */
.title_split_anim.mb-20,
.title_split_anim.mb-20 span {
  font-style: normal !important;
  color: #000000 !important;
}

/* Breadcrumb area background color */
.breadcrumb__area {
  background-color: #1E1E1E !important;
}

/* Footer subscribe area background color */
.footer__two .subscribe__area-bg {
  background-color: #1E1E1E !important;
  background-image: none !important;
}

/* Subscribe area background */
.subscribe__area {
  background-color: #32352F !important;
}

.subscribe__area::before {
  background-color: #D6CBBC !important;
}

/* Footer sections below subscribe area */
.footer__two {
  background-color: #32352F !important;
}

.copyright__area {
  background-color: #32352F !important;
}

/* Subscribe form background */
.footer__two .subscribe__area-form {
  background-color: transparent !important;
}

/* Choose list item background */
.choose__three-list-item {
  background-color: rgba(241, 235, 227, 0.2) !important;
}

/* Orange background override */
.bg-orange {
  background-color: #32352F !important;
}
