@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: url(fonts/segoeuil.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: url(fonts/segoeuisl.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: url(fonts/segoeui.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: url(fonts/seguisb.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: url(fonts/segoeuib.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/segoeuil.ttf) format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: url(fonts/segoeuil.ttf) format("truetype");
}

html,
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
}
