@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("../../fonts/cerebri-sans.woff2") format("woff2"), url("../../fonts/cerebri-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-primary: #ED1B25;
  --color-secondary: #ff6363;
  --color-gradient-start: #ED1B25;
  --color-gradient-stop: #ED1B25;
  --color-link: #4f4130;
}

body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #4f4f4f;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 1.11em;
}

.h2,
h2 {
  font-size: 45px;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 35px;
  line-height: 1.7em;
}

.h4,
h4 {
  font-size: 25px;
  line-height: 1.7em;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.7em;
}

.h6,
h6 {
  font-size: 17px;
  line-height: 1.7em;
}

.main-header {
  background-color: #fff;
}

.secondarybar-row,
.mainbar-row {
  padding-left: 30px;
  padding-right: 30px;
}

.secondarybar {
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.navbar-brand {
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-nav > li > a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}


.header-module .btn-naked {
  color: #000;
}

.btn {
  font-size: 13px;
}

.main-footer {
  color: #5e5e5e;
}
.main-footer a:not(.btn) {
  color: #5e5e5e;
}
.main-footer a:not(.btn):hover {
  color: #000;
}
.main-footer .widget-title {
  margin: 0 0 1.5em;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #000;
}
.main-footer .ld-sf button,
.main-footer .ld-sf input[type="submit"],
.main-footer .ld-sf input[type="email"] {
  color: #000;
  border-color: #000;
}
