@font-face {
  font-family: 'Snt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/snt-regular-webfont.woff2') format('woff2'),
  url('../fonts/snt-regular-webfont.woff') format('woff'),
  url('../fonts/SnT-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Snt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/snt-medium-webfont.woff2') format('woff2'),
  url('../fonts/snt-medium-webfont.woff') format('woff'),
  url('../fonts/SnT-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Snt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/snt-bold-webfont.woff2') format('woff2'),
  url('../fonts/snt-bold-webfont.woff') format('woff'),
  url('../fonts/SnT-Bold.otf') format('opentype');
}
