/* Background gray.
   ========================================================================== */
.theme-bg-muted {
  background: var(--color-bg-secondary) no-repeat url("/themes/custom/frontend_tertiary/images/pattern-white.svg") right bottom;
}

/* ==========================================================================
   Background dark.
   ========================================================================== */
.theme-bg-tertiary {
  background-color: var(--color-bg-tertiary);

  h2,
  h3,
  h4,
  p {
    color: var(--color-white);
  }

  .list--primary {
    .item-title {
      color: var(--color-white);
    }
  }
  .btn,
  .button {
    color: var(--color-white);
  }
}
.theme-dark,
.main-footer {
  .btn,
  .button {
    color: var(--color-white);
  }
}
