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

@font-face
{
  font-family: "Sans Serif";
  src: url("./Manrope-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("./Manrope-Regular.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: var(--font-display-default, auto);
}

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

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

