/* Expo Convention Contractors — brand typeface
 * Bebas Neue Pro, SemiExpanded family. The brand specimen (§3.5) shows 6 weights
 * (Thin/Light/Book/Regular/Bold/ExtraBold); Middle/500 is an extra family weight bundled for UI.
 * Commercial font (Dharma Type / Fontspring) licensed by Expo CCI.
 * Self-host: copy this folder's *.woff2 next to this file into your app and import this CSS.
 *
 * font-family to reference in CSS/Tailwind:  "Bebas Neue Pro SemiExpanded"
 * Numeric weights (ascending): 100 Thin · 300 Light · 350 Book · 400 Regular
 *                              500 Middle · 700 Bold · 800 ExtraBold
 */

@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Middle.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Bebas Neue Pro SemiExpanded";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("./BebasNeuePro-SemiExpanded-ExtraBold.woff2") format("woff2");
}
