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

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

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

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

.text-aphasia {
  font-family: "Aphasia-BT";
}

.text-leaguegothic {
  font-family: "LeagueGothic";
}

.text-gothic-bold {
  font-family: "Gothic-Bold";
}

.text-gothic-regular {
  font-family: "Gothic-Regular";
}
