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

@font-face {
  font-family: "MinionPro-Regular";
  src: url("/wp-content/themes/dp/assets/fonts/minionpro-regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
.text-minionpro-regular {
  font-family: "MinionPro-Regular";
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("/wp-content/themes/dp/assets/fonts/montserrat-light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
.text-montserrat-light {
  font-family: "Montserrat-Light";
}

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

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