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

@font-face {
  font-family: 'BRYTER';
  src:
    url('../fonts/BRYTER-Regular-Italic.woff2') format('woff2'),
    url('../fonts/BRYTER-Regular-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'BRYTER';
  src:
    url('../fonts/BRYTER-Bold-Italic.woff2') format('woff2'),
    url('../fonts/BRYTER-Bold-Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
