@font-face
{
  font-family: "Sans Serif";
  src: url("./GillSansMTPro-Light.ttf") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

@font-face
{
  font-family: "Sans Serif";
  src: url("./GillSansMTPro-Book.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

@font-face
{
  font-family: "Sans Serif";
  src: url("./GillSansMTPro-Medium.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

@font-face
{
  font-family: "Sans Serif";
  src: url("./GillSansMTPro-Bold.ttf") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

@font-face
{
  font-family: "Serif font";
  src: url("./PTSerif-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

