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

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

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

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

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

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

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

/* Utility Classes */
.text-circularstd-book {
  font-family: "CircularStd-Book";
}

.text-minionpro-regular-6 {
  font-family: "MinionPro-Regular-6";
}

.text-redhatdisplay-italic {
  font-family: "RedHatDisplay-Italic";
}

.text-redhatdisplay-medium {
  font-family: "RedHatDisplay-Medium";
}

.text-redhatdisplay-regular {
  font-family: "RedHatDisplay-Regular";
}

.text-redhatdisplay-semibold {
  font-family: "RedHatDisplay-SemiBold";
}
.text-redhatdisplay-bold {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
}

.text-runalto {
  font-family: "Runalto";
}
