@charset "utf-8";

@font-face {
  font-family: 'Poppins-Thin';
  font-weight: 100;
  src: local('Poppins-Thin'), url('/fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  font-weight: 200;
  src: local('Poppins-Medium'), url('/fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  font-weight: 300;
  src: local('Poppins-Regular'), url('/fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  src: local('Poppins-SemiBold'), url('/fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  font-weight: 500;
  src: local('Poppins-Bold'), url('/fonts/Poppins-Bold.ttf') format('truetype');
}



@font-face {
  font-family: 'Roboto-Thin';
  font-weight: 100;
  src: local('Roboto-Thin'), url('/fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  font-weight: 200;
  src: local('Roboto-Light'), url('/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-weight: 300;
  src: local('Roboto-Regular'), url('/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-weight: 400;
  src: local('Roboto-Medium'), url('/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-weight: 500;
  src: local('Roboto-Bold'), url('/fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Black';
  font-weight: 600;
  src: local('Roboto-Black'), url('/fonts/Roboto-Black.ttf') format('truetype');
}