/* Import fonts */
@font-face {
  font-family: 'LaLiga Headline';
  src:  url('./LALIGAHeadline-StdRegular.otf');
  src:  url('./LALIGAHeadline-StdRegular.woff');
  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;
}