:root {
  --dq-primary: #1b1bbf;
  --dq-text-dark: #111111;
}

/* Brand-forward accents */
a,
.hap-header-section a,
.hap-footer-section a {
  color: var(--dq-primary);
}

a:hover,
.hap-header-section a:hover,
.hap-footer-section a:hover {
  color: #0f0f8f;
}

.hap-btn a,
.hap-btn button,
button,
input[type="submit"],
input[type="button"] {
  background: var(--dq-primary);
  border-color: var(--dq-primary);
  color: #ffffff;
}

.hap-section-title .sub-title,
.sub-title,
.hap-price-btn-text,
.hap-footer-widget .widget-title {
  color: var(--dq-primary);
}

.brand-logo img {
  max-height: 48px;
}

body {
  color: var(--dq-text-dark);
}
