@font-face {
  font-family: "T Star Pro";
  src: url("/fonts/TStar/T-StarPRO-Regular.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T Star Pro";
  src: url("/fonts/TStar/T-StarPRO-Bold.woff2") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "T Star Pro";
  src: url("/fonts/TStar/T-StarPRO-Heavy.woff2") format("woff2");
  font-weight: 900; /* Heavy */
  font-style: normal;
  font-display: swap;
}

/* Trade Gothic Condensed (Regular) */
@font-face {
  font-family: "Trade Gothic Condensed";
  src: url("/fonts/TradeGothic/TradeGothic-Condensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Trade Gothic Condensed (Bold) */
@font-face {
  font-family: "Trade Gothic Condensed";
  src: url("/fonts/TradeGothic/TradeGothic-Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Trade Gothic LT Pro (Regular) */
@font-face {
  font-family: "Trade Gothic LT Pro";
  src: url("/fonts/TradeGothic/TradeGothicLTPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Trade Gothic Roman */
@font-face {
  font-family: "Trade Gothic Roman";
  src: url("/fonts/TradeGothic/TradeGothic-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
