/* EXO 2 – Regular 400 */
@font-face {
  font-family: "Exo 2";
  src:
    local(""),
    url("../fonts/Exo_2/Exo2-Regular.ttf") format("truetype");
}
/* EXO 2 – Medium */
@font-face {
  font-family: "Exo 2 Medium";
  src:
    local(""),
    url("../fonts/Exo_2/Exo2-Medium.ttf") format("truetype");
}
/* EXO 2 – Bold 700 */
@font-face {
  font-family: "Exo 2 bold";
  src:
    url("../fonts/Exo_2/Exo2-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

/* EXO 2 – Black 900 */
@font-face {
  font-family: "Exo 2 black";
  src:
    url("../fonts/Exo_2/Exo2-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* URBANIST – Regular 400 */
@font-face {
  font-family: "Urbanist";
  src:
    local(""),
    url("../fonts/Urbanist/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* URBANIST – Bold 700 */
@font-face {
  font-family: "Urbanist bold";
  src:
    url("../fonts/Urbanist/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* URBANIST – Black 900 */
@font-face {
  font-family: "Urbanist black";
  src:
    url("../fonts/Urbanist/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


h1, h1 a {
    font-family: 'Urbanist', sans-serif;
}
h2, h2 a {
    font-family: 'Exo 2', sans-serif;
}
h3, h3 a {
    font-family: 'Exo 2', sans-serif;
}
h4, h4 a {
    font-family: 'Exo 2 Medium', sans-serif;
}
h5, h5 a {
    font-family: 'Exo 2 Medium', sans-serif;
}
h6, h6 a {
    font-family: 'Exo 2', sans-serif;
}
p, p a {
    font-family: 'Urbanist', sans-serif;
}
.overline {
    color: #C4161D;
    font-family: "Urbanist bold";
    font-size: 18px;
    letter-spacing: 15px;
    text-transform: uppercase;
}