@font-face {
  font-family:'Inter';
  font-style: normal;
  font-weight: 500;
  src: local('Inter'),
  url(./fonts/Inter/static/Inter_18pt-Medium.ttf) format('truetype'),
}
@font-face {
  font-family:'Inter';
  font-style: normal;
  font-weight: 400;
  src: local('Inter'),
  url(./fonts/Inter/static/Inter_18pt-Regular.ttf) format('truetype'),
}
@font-face {
  font-family:'Inter';
  font-style: normal;
  font-weight: 600;
  src: local('Inter'),
  url(./fonts/Inter/static/Inter_18pt-SemiBold.ttf) format('truetype'),
}
@font-face {
  font-family:'Inter';
  font-style: normal;
  font-weight: 700;
  src: local('Inter'),
  url(./fonts/Inter/static/Inter_18pt-Bold.ttf) format('truetype'),
}
@font-face {
  font-family:'PlayFair';
  font-style: normal;
  font-weight: 500;
  src: local('PlayFair'),
  url(./fonts/Playfair/static/Playfair_9pt-Medium.ttf) format('truetype'),
}