@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-Light.woff2") format('woff2'), 
       url("../fonts/Inter-Light.woff2") format('woff');
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-style: oblique;
  src: url("../fonts/Inter-Light.woff2") format('woff2'),
       url("../fonts/Inter-Light.woff") format('woff');
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-style: oblique;
  font-weight: bold;
  src: url("../fonts/Inter-Bold.woff2") format('woff2'),
       url("../fonts/Inter-Bold.woff2") format('woff');
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format('woff2'),
       url("../fonts/Inter-VariableFont_slnt,wght.woff2") format('woff');
}

body {
  font-family: "Inter", sans-serif!important;
}