@font-face {
  font-family: 'Premier League';
  src: url('/fonts/PremierLeague-BoldItalic.woff2') format('woff2'),
    url('/fonts/PremierLeague-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Premier League';
  src: url('/fonts/PremierLeague-Italic.woff2') format('woff2'),
    url('/fonts/PremierLeague-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

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