@font-face {
  src: url(/fonts/Lucide.ttf);
  font-family: "Lucide";
}

@font-face {
  src: url(/fonts/Inter-Thin.ttf);
  font-family: "Inter-Thin";
}

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

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

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

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

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

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Inter-Regular', sans-serif;
}

* {
  box-sizing: border-box;
  font-family: 'Inter-Regular', sans-serif;
}
