@font-face {
  font-family: 'Inter-Regular';
  src: url('../img/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('../img/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.text-body-1 {
  font-family: "Inter-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.52;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.text-body-2 {
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.text-body-3 {
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
