/* Font face declarations for PFT theme. */

/* Gilroy — SemiBold (600) */
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Gilroy — Bold (700) */
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* GT Pressura LV — Black (900) */
@font-face {
  font-family: "GT Pressura LV";
  src: url("../../fonts/GT-Pressura-LV-Standard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
