@font-face {
  font-family: 'General Sans';
  src:url('./GeneralSans/GeneralSans-Regular.woff2') format('woff2'),
      url('./GeneralSans/GeneralSans-Regular.woff') format('woff'),
      url('./GeneralSans/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans';
  src:url('./GeneralSans/GeneralSans-Medium.woff2') format('woff2'),
      url('./GeneralSans/GeneralSans-Medium.woff') format('woff'),
      url('./GeneralSans/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans';
  src:url('./GeneralSans/GeneralSans-Semibold.woff2') format('woff2'),
      url('./GeneralSans/GeneralSans-Semibold.woff') format('woff'),
      url('./GeneralSans/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src:url('./GeneralSans/GeneralSans-Bold.woff2') format('woff2'),
      url('./GeneralSans/GeneralSans-Bold.woff') format('woff'),
      url('./GeneralSans/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}