@font-face {
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("./fonts/barlowSemiCondensed/BarlowSemiCondensed-Regular.ttf");
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/centuryGothic/Century-Gothic.otf");
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/centuryGothic/Century-Gothic-Bold.otf");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/helvetica/Helvetica.ttf");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/helvetica/Helvetica-Bold.ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/roboto/Roboto-Condensed-Regular.ttf");
}

@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/carlito/Carlito-Bold.ttf");
}

@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/carlito/Carlito-Regular.ttf");
}

@font-face {
  font-family: "Titillium_Web";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/titillium_web/TitilliumWeb-Regular.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/openSans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/openSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/lato/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/lato/Lato-Regular.ttf");
}

@font-face {
  font-family: "Noto sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/noto/NotoSans-Bold.ttf");
}

@font-face {
  font-family: "Noto sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/noto/NotoSans-Regular.ttf");
}