@font-face {
  font-family: "Gill Sans";
  src:
    url("fonts/GillSans-Light.ttf") format("truetype"); /* server/browser */
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src:
    url("fonts/GillSans-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("fonts/GillSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("fonts/GillSans-Italic-.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("fonts/GillSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("fonts/GillSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
	font-display: swap;
}