
@font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Extralight.ttf) format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "GeneralSans";
    src: url(../Fonts/GeneralSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
*{
    font-family: 'GeneralSans', sans-serif;
}