@font-face {
  font-family: "segoeUi";
  src: url("./fonts/segoe-ui/Segoe\ UI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EBGaramondRegular";
  src: url("./fonts/EB_Garamond/static/EBGaramond-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter_black"; /*Can be any text*/
  src: local("static"), url("./font/static/Inter-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_bold"; /*Can be any text*/
  src: local("static"), url("./font/static/Inter-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_bold_extra"; /*Can be any text*/
  src: local("static"),
    url("./font/static/Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_light_deeper"; /*Can be any text*/
  src: local("static"),
    url("./font/static/Inter-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_light"; /*Can be any text*/
  src: local("static"), url("./font/static/Inter-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_medium"; /*Can be any text*/
  src: local("static"), url("./font/static/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_regular"; /*Can be any text*/
  src: local("static"),
    url("./font/static/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_bold_semi"; /*Can be any text*/
  src: local("static"),
    url("./font/static/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter_thin"; /*Can be any text*/
  src: local("static"), url("./font/static/Inter-Thin.ttf") format("truetype");
}
