:root {
  --text-color: #426987;
}

/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body * {
  font-family: "DM Sans" !important;
}
body .ce_revolutionslider_hyperlink.btn-white:not(.text-link), body .ce_hyperlink a.outline, a.btn.outline {
  color: var(--text-color);
  font-size: 15px !important;
}
.color-accent, .color-accent p, .color-accent i, .color-accent h1, .color-accent h2, .color-accent h3, .color-accent h4, .color-accent h5, .color-accent h6, .color-accent .h1, .color-accent .h2, .color-accent .h3, .color-accent .h4, .color-accent .h5, .color-accent .h6, .color-accent a:not(.link-white) {
  color: var(--text-color);
}
.remove-yellow {
	filter: contrast(1.05) brightness(1.02) sepia(0.1) hue-rotate(8deg) saturate(0.9);
}
body .ce_iconbox .ce_iconbox_outside.padding .content {
  opacity: 1;
}
body #footer, body #footer a {
  color: rgba(255, 255, 255, 0.9);
}
body #bottom .inside, body #bottom .inside a {
  color: rgba(255,255,255,0.8);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.slider-cover-image .tp-bgimg::before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.50);
}

.opacity-8 .ce_bgimage-image {
  opacity: 0.8;
}
.opacity-7 .ce_bgimage-image {
  opacity: 0.7;
}
.opacity-5 .ce_bgimage-image {
  opacity: 0.5;
}
.widget-captcha {
    display: block !important;
}