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

body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: "Poppins", sans-serif;
}
p,
a,
input,
textarea,
ul li,
ol li,
span,
table,
table tr,
table tr td {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3em;
}

/*
==============================
Imported fonts
==============================
*/

@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-SemiBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Bold.ttf);
  font-weight: 900;
}
.poppins-thin{
  font-family: "Poppins";
  font-weight: 100;
}
.poppins-light{
  font-family: "Poppins";
  font-weight: 300;
}

.poppins-regular{
  font-family: "Poppins";
  font-weight: 400;
}

.poppins-semibold{
  font-family: "Poppins";
  font-weight: 700;
}

.poppins-bold{
  font-family: "Poppins";
  font-weight: 900;
}


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

.cc-banner .cc-message {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9em;
}
.cc-banner .cc-link {
  font-size: 1em;
  font-weight: bold;
  color: #F04442!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-900 {
  font-weight: 900;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  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: 1em;
}
h2 {
  font-size: 1.5em;
  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: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .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;
  }
}
