@font-face {
  font-family: "typeecon";
  src: url("/wp-content/themes/dp/assets/fonts/__typeecon.otf");
  font-weight: normal;
}
.text-typeecon {
  font-family: "typeecon";
}
@font-face {
  font-family: "AdobeFnt24";
  src: url("/wp-content/themes/dp/assets/fonts/__AdobeFnt24.lst");
  font-weight: normal;
}
.text-adobeFnt24 {
  font-family: "AdobeFnt24";
}
/* customed fonts */
@font-face {
  font-family: "Amundsen";
  src: url("/wp-content/themes/dp/assets/fonts/amundsen.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century-Gothic";
  src: url("/wp-content/themes/dp/assets/fonts/century-gothic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("/wp-content/themes/dp/assets/fonts/gotham-book.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/wp-content/themes/dp/assets/fonts/Montserrat-Bold.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsLight";
  src: url("/wp-content/themes/dp/assets/fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("/wp-content/themes/dp/assets/fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("/wp-content/themes/dp/assets/fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: "AlkatraSemiBold";
  src: url("/wp-content/themes/dp/assets/fonts/Alkatra/Alkatra-SemiBold.ttf");
}

.text-montserrat-bold {
  font-family: "Montserrat-Bold";
}
.text-amundsen {
  font-family: "Amundsen";
}

.text-century-gothic {
  font-family: "Century-Gothic";
}

.text-gotham-book {
  font-family: "Gotham-Book";
}
