@font-face {
  font-family: 'regular';
  src:
    local('regular'),
    url(./Poppins-Regular.ttf) format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: 'medium';
  src:
    local('medium'),
    url(./Poppins-Medium.ttf) format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: 'bold';
  src:
    local('bold'),
    url(./Poppins-Bold.ttf) format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}
