@font-face {
  font-family: "JakartaSans";
  src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JakartaSans";
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JakartaSans";
  src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* GT Sectra Fine (local files detected) */
@font-face {
  font-family: "GTSectraFine";
  src: url("../fonts/GTSectraFine-Regular.eot");
  src: url("../fonts/GTSectraFine-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/GTSectraFine-Regular.woff2") format("woff2"),
       url("../fonts/GTSectraFine-Regular.woff") format("woff"),
       url("../fonts/GTSectraFine-Regular.ttf") format("truetype"),
       url("../fonts/GTSectraFine-Regular.svg#GTSectraFine") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Map bold to regular until a real Bold file is provided */
@font-face {
  font-family: "GTSectraFine";
  src: url("../fonts/GTSectraFine-Regular.eot");
  src: url("../fonts/GTSectraFine-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts/GTSectraFine-Regular.woff2") format("woff2"),
       url("../fonts/GTSectraFine-Regular.woff") format("woff"),
       url("../fonts/GTSectraFine-Regular.ttf") format("truetype"),
       url("../fonts/GTSectraFine-Regular.svg#GTSectraFine") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


