/*
==============================
Font Family
==============================
*/


.ft-Noto,
.ft-Noto p {
  font-family:'Noto Sans', sans-serif;
  font-weight:400;
}
.ft-Montserrat,
.ft-Montserrat p {
  font-family:'Montserrat', sans-serif;
  font-weight:400;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h1 a,
h1 span,
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: 'Suez One', sans-serif;
  font-weight: 400;
}
p,
a,
input,
textarea,
ul li,
ol li,
span,
table,
table tr,
table tr td,
div {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
}

a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
}

/*
==============================
Cookies Notice
==============================
*/

.cc-banner .cc-message {
	font-family:'Noto Sans', sans-serif;
  font-size:0.9em;
}
.cc-banner .cc-link {
  font-size:1em;
  font-weight:600;
  color: var(--blue) !important;
}
.cc-compliance .cc-btn.cc-dismiss:hover {
  border-color: var(--blue) !important;
  background-color: var(--blue) !important;
}
/*
==============================
Font Size
==============================
*/

.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-1em {
  font-size: 1em;
}
.fs-11 {
  font-size: 1.1em;
}
.fs-12 {
  font-size: 1.2em;
}
.fs-13 {
  font-size: 1.3em;
}
.fs-14 {
  font-size: 1.4em;
}
.fs-15 {
  font-size: 1.5em;
}
.fs-2 {
  font-size: 2em;
}
.fs-25 {
  font-size: 2.5em;
}
.fs-3 {
  font-size: 3em;
}

/*
==============================
Font Weight
==============================
*/

.fw-900 {
  font-weight: 900;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500,
.fw-500 p {
  font-weight: 500;
}
.fw-400,
.fw-400 p {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}

/*
==============================
Font Style
==============================
*/

.f-italic {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}

/*
==============================
Header Sizes
==============================
*/

h1 {
    font-size: 1.8em;
    line-height: 1.3em;
}
h2 {
    font-size: 24px;
    line-height: 1em;
}
h3 {
    font-size: 1.3em;
    line-height: 1em;
}
h4 {
    font-size: 1.1em;
    line-height: 1em;
}
h5 {
    font-size: 1em;
    line-height: 1em;
}

/*
==============================
Font Sizes - Media Queries
==============================
*/

@media (min-width: 992px) {
  h1 {
      font-size: 48px;
  }
  h2,
  h2 span {
      font-size: 36px;
  }
  .fs-lg-07 {
    font-size: 0.7em;
  }
  .fs-lg-08 {
    font-size: 0.8em;
  }
  .fs-lg-09 {
    font-size: 0.9em;
  }
  .fs-lg-1 {
    font-size: 1em;
  }
  .fs-lg-11 {
    font-size: 1.1em;
  }
  .fs-lg-12 {
    font-size: 1.2em;
  }
  .fs-lg-13 {
    font-size: 1.3em;
  }
  .fs-lg-14 {
    font-size: 1.4em;
  }
  .fs-lg-15 {
    font-size: 1.5em;
  }
  .fs-lg-16 {
    font-size: 1.6em;
  }
  .fs-lg-17 {
    font-size: 1.7em;
  }
  .fs-lg-18 {
    font-size: 1.8em;
  }
  .fs-lg-19 {
    font-size: 1.9em;
  }
  .fs-lg-2 {
    font-size: 2em;
  }
  .fs-lg-25 {
    font-size: 2.5em;
  }
  .fs-lg-3 {
      font-size: 3em;
  }
}

/*
==============================
Custom Sizes
==============================
*/

.section-title {
  font-size:1.4em;
  line-height: 1.4em;
}
.section-subtitle {
  font-size:1.15em;
  line-height:1.3em;
}

@media(min-width:992px) {
  .section-title {
    font-size:1.8em;
    line-height:1.3em;
  }
  .section-subtitle {
    font-size:1.4em;
    line-height:1.25em;
  }
}

@media (max-width: 400px) {
  .x-small {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .x-small {
    font-size: 0.95rem;
  }
}
