@font-face {
  font-family: "Inter Medium";
  src: url(../fonts/IBMPlexSans-Regular.ttf); /*Inter-Medium.ttf*/
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter Light";
  src: url(../fonts/IBMPlexSans-Regular.ttf); /*Inter-Light.ttf*/
  font-style: normal;
}

:root {
  --font-family-primary:  "Inter Medium";
  --font-family-secondary: "Inter Light";
}
