/* Import fonts */
@font-face {
  font-family: 'LaLiga Headline VF';
  src:  url('./LALIGAHeadlineVF.ttf');
  src:  url('./LALIGAHeadlineVF.woff'), url('./LALIGAHeadlineVF.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaLiga Headline STD Bold';
  src:  url('./LALIGAHeadline-StdBold.woff');
  src:  url('./LALIGAHeadline-StdBold.woff2'), url('./LALIGAHeadline-StdBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaLiga Players';
  src:  url('./LALIGAPlayers-Regular.woff');
  src:  url('./LALIGAPlayers-Regular.woff2'), url('./LALIGAPlayers-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaLiga Text';
  src:  url('./LALIGAText-Regular.woff');
  src: url('./LALIGAText-Regular.woff2'), url('./LALIGAText-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaLiga Text Bold';
  src:  url('./LALIGAText-Bold.woff');
  src:  url('./LALIGAText-Bold.woff2'), url('./LALIGAText-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font-laliga';
  src:  url('./font-laliga.eot?twoxy9');
  src:  url('./font-laliga.eot?twoxy9#iefix') format('embedded-opentype'),
    url('./font-laliga.woff2?twoxy9') format('woff2'),
    url('./font-laliga.ttf?twoxy9') format('truetype'),
    url('./font-laliga.woff?twoxy9') format('woff'),
    url('./font-laliga.svg?twoxy9#font-laliga') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

