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

@font-face {
  font-family: 'Recoleta';
  src: url('./recoleta-medium.woff2') format('woff2'),
       url('./recoleta-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src: url('./recoleta-semibold.woff2') format('woff2'),
       url('./recoleta-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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