@font-face {
  font-family: inter;
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: interSemiBold;
  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: interBold;
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: interMedium;
  src: url("../fonts/Inter-Medium.ttf");
}

body {
  font-family: inter;
}

p {
  margin-bottom: 0;
}

h4 {
  margin-bottom: 0;
}
