/* manrope-200 - 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: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - 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: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - 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: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - 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: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - 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: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-v15-latin/manrope-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ActiveOne - 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: 'ActiveOne';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/activeone/ActiveOne-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: ActiveOne;
    font-weight: lighter;
    color: #2B2E33;
}

body p,
body a,
body span,
ul li {
    font-family: Manrope;
    color: #2B2E33;
}

ul {
	margin-left: 0;
}

ul li {
	font-weight: 300;
	color: #0F0F0F;
}

strong {
    font-family: Manrope;
    font-weight: 900;
}

body p {
    line-height: 26px;
    color: #192539;
    font-size: 16px;
    font-weight: 400;
}

body p strong {
	font-weight: 600;
}

body a:visited {
    color: #fff;
}

body h1 {
    font-family: ActiveOne;
    font-weight: 900;
}

body h2 {
    font-family: ActiveOne;
    font-weight: 600;
    font-size: 40px;
    color: #DF3E10 !important;
}

body h3 {
    font-family: ActiveOne;
    font-weight: 600;
    color: #DF3E10;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    margin: 0 auto;
}

body h4 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

body h5 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    color: #DF3E10 !important;
}

.button,
.button:visited {
    background: #DF3E10;
    color: #ffffff !important;
    padding: 8px 50px !important;
    font-family: Manrope;
    font-weight: 200 !important;
    letter-spacing: 0px;
    font-size: 16px;
    transition: background-color 0.4s;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 8px;
    border: none !important;
}

.button:hover,
.button:focus,
.button:active {
    color: #ffffff !important;
    background-color: #e06441;
    text-decoration: none;
    transition: background-color 0.4s;
}

.button.button-light {
	background-color: #ffffff !important;
	color: #DF3E10 !important;
}

.share-icon:before, 
.share-icon:after {
	color: #ffffff;	
}