@font-face {
  font-family: 'PaytoneOne-Regular';
  src: url('../src/fonts/paytone_one_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PaytoneOne-Bold';
  src: url('../src/fonts/paytone_one_regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotes-Regular';
  src: url('../src/fonts/hanken_grotesk_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HankenGrotes-Medium';
  src: url('../src/fonts/hanken_grotesk_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HankenGrotes-Bold';
  src: url('../src/fonts/hanken_grotesk_bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
