@font-face {
  font-family: "europa";
  src: url("../fonts/europa-bold.woff2") format("woff2"),
    url("../fonts/europa-bold.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "europa";
  src: url("../fonts/europa-regular.woff2") format("woff2"),
    url("../fonts/europa-regular.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "europa";
  src: url("../fonts/europa-italic.woff2") format("woff2"),
    url("../fonts/europa-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "europa";
  src: url("../fonts/europa-bold-italic.woff2") format("woff2"),
    url("../fonts/europa-bold-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

/* Font family utility class */
.tk-europa {
  font-family: "europa", sans-serif;
}
