@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: local('Poppins Thin'), local('Poppins-Thin'), url("../font/poppins/Poppins-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url("../font/poppins/Poppins-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url("../font/poppins/Poppins-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url("../font/poppins/Poppins-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url("../font/poppins/Poppins-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local('Poppins Black'), local('Poppins-Black'), url("../font/poppins/Poppins-Black.otf") format('opentype');
}
@font-face {
  font-family: 'AppleSDGothicNeo';
  font-style: normal;
  font-weight: 700;
  src: local('AppleSDGothicNeo B'), local('AppleSDGothicNeoB'), url("../font/AppleSDGothicNeo/AppleSDGothicNeoB.otf") format('opentype');
}





