@font-face {
  font-family: 'hamlin-bold';
  src: url('Hamlin-Bold.woff2') format('woff2'),
       url('Hamlin-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'hamlin-extrabold';
  src: url('Hamlin-ExtraBold.woff2') format('woff2'),
       url('Hamlin-ExtraBold.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'hamlin-light';
  src: url('Hamlin-Light.woff2') format('woff2'),
       url('Hamlin-Light.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}