@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: "LibreBaskerville-Bold";
  src: url("/wp-content/themes/dp/assets/fonts/LibreBaskerville-Bold.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@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: "OpenSans-Regular";
  src: url("/wp-content/themes/dp/assets/fonts/OpenSans-Regular_0.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;
}

.librebaskerville-bold {
  font-family: "LibreBaskerville-Bold";
}
.opensans-regular {
  font-family: "OpenSans-Regular";
}
.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";
}
