@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,400&display=swap");

@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 */
/* GeneralSans Variable */
@font-face {
  font-family: "GeneralSans";
  src: url("/wp-content/themes/dp/assets/fonts/GeneralSans-Variable.ttf")
    format("truetype");
  font-weight: 100 900; /* variable range */
  font-style: normal;
}
.text-generalSans {
  font-family: "GeneralSans";
}

/* Gilroy ExtraBold */
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/wp-content/themes/dp/assets/fonts/Gilroy-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}
.text-gilroy-extrabold {
  font-family: "Gilroy";
  font-weight: 800;
}

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

/* Helvetica Neue Pro Roman */
@font-face {
  font-family: "HelveticaNeueProRoman";
  src: url("/wp-content/themes/dp/assets/fonts/HelveticaNeueProRoman.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
.text-helveticaNeueProRoman {
  font-family: "HelveticaNeueProRoman";
}
/* Coolvetica */
@font-face {
  font-family: "Coolvetica-Book-Regular";
  src: url("/wp-content/themes/dp/assets/fonts/Coolvetica-Book-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

.text-helveticaNeueProRoman {
  font-family: "Coolvetica-Book-Regular";
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
