@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("./normal/latest.ttf") format("woff2"),
    url("./normal/latest.woff") format("woff"),
    url("./normal/latest.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("./light/latest.woff2") format("woff2"),
    url("./light/latest.woff") format("woff"),
    url("./light/latest.ttf") format("ttf");
  font-weight: 100;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("./Semilight/latest.woff2") format("woff2"),
    url("./Semilight/latest.woff") format("woff"),
    url("./Semilight/latest.ttf") format("ttf");
  font-weight: 200;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("./Semibold/latest.woff2") format("woff2"),
    url("./Semibold/latest.woff") format("woff"),
    url("./Semibold/latest.ttf") format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("./bold/latest.woff2") format("woff2"),
    url("./bold/latest.woff") format("woff"),
    url("./bold/latest.ttf") format("ttf");
  font-weight: 700;
}
