@font-face {
  font-family: 'Inter';
  /* Regular 400 */
  src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
  font-family: 'Medium';
  /* Medium 500 */
  src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
  font-family: 'Semi Bold';
  /* SemiBold 600 */
  src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
  font-family: 'Bold';
  /* Bold 700 */
  src: url('../fonts/Inter-Bold.ttf');
}

@font-face {
  font-family: 'Black';
  /* Black 900 */
  src: url('../fonts/Inter-Black.ttf');
}

@font-face {
  font-family: 'Light';
  /* Light 300 */
  src: url('../fonts/Inter-Light.ttf');
}


body {
  width: 100% !important;
  height: 100% !important;
  font-size: 14px !important;
  font-family: "Inter" !important;
}