/* Barlow + Barlow Condensed — self-hosted local copies.
   Use via: font-family: "Barlow", ...; for UI.
           font-family: "Barlow Condensed", ...; for display / section eyebrows. */

@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 300;
  src: url("./Barlow-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 400;
  src: url("./Barlow-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow"; font-style: italic; font-weight: 400;
  src: url("./Barlow-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 500;
  src: url("./Barlow-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 600;
  src: url("./Barlow-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 700;
  src: url("./Barlow-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed"; font-style: normal; font-weight: 500;
  src: url("./BarlowCondensed-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed"; font-style: normal; font-weight: 600;
  src: url("./BarlowCondensed-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed"; font-style: normal; font-weight: 700;
  src: url("./BarlowCondensed-Bold.ttf") format("truetype");
  font-display: swap;
}
