@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: "Montserrat-SemiBold";
  src: url("/wp-content/themes/dp/assets/fonts/Montserrat-SemiBold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

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

@font-face {
  font-family: "Trajan-Pro-Regular";
  src: url("/wp-content/themes/dp/assets/fonts/trajan-pro-regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Classes */

.text-trajan-pro {
  font-family: "Trajan-Pro-Regular", Arial, serif;
}

.text-montserrat-semibold {
  font-family: "Montserrat-SemiBold", Arial, serif;
}
.text-montserrat-light {
  font-family: "Montserrat-Light", Arial, serif;
}
