@font-face {
  font-family: "Inter";
  src: url("../public/font/Inter_24pt-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../public/font/Inter_24pt-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../public/font/Inter_24pt-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

.light-text {
  font-weight: 400;
}
.medium-text {
  font-weight: 500;
}
.bold-text {
  font-weight: 600;
}

body {
  font-family: "Inter";
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --text-color: #000000;
  --sub-text-color: #667085;
  --primary-color: #17191c;
}
