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


@font-face {
  font-family: 'Outfit';
  src: url(fonts/Outfit-VariableFont_wght.woff2) format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url(fonts/PlusJakartaSans-VariableFont_wght.woff2) format('woff2');
  font-weight: 200 800;
  font-display: swap;
}


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

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

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

a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3em;
}

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

.cc-banner .cc-message {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9em;
}
.cc-banner .cc-link {
  font-size: 1em;
  font-weight: bold;
  color: var(--siena) !important;
}

/*
==============================
Font Size
==============================
*/

.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-1 {
  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-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;
}

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

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

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

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

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

@media (min-width: 992px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
}

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

.section-title {
  font-size: 1.4em;
}
.section-subtitle {
  font-size: 1.1em;
  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;
  }
}