@font-face {
  font-family: 'Surt';
  src:
    url('fonts/Surt-Light.woff2') format('woff2'),
    url('fonts/Surt-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Surt';
  src:
    url('fonts/Surt-Bold.woff2') format('woff2'),
    url('fonts/Surt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Surt';
  src:
    url('fonts/Surt-SemiBold.woff2') format('woff2'),
    url('fonts/Surt-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
