@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-Regular"),
    url("Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-Medium"),
    url("Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-SemiBold"),
    url("Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"),
    url("Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("Noto Sans-Regular"),
    url("NotoSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold"), local("Noto Sans-Bold"),
    url("NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: local("Work Sans"), local("Work Sans-Regular"),
    url("WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
  src: local("Georgia"), local("Georgia-Regular"),
    url("Georgia.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}
