@font-face {
  font-family: 'sukhumvit';
  src: url('../fonts/SukhumvitReg.woff2') format('woff2'),
    url('../fonts/SukhumvitReg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'sukhumvit';
  src: url('../fonts/SukhumvitBold.woff2') format('woff2'),
    url('../fonts/SukhumvitBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
