@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow'),
       url('https://assets.nandos.dev/fonts/barlow-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local('Barlow'),
       url('https://assets.nandos.dev/fonts/barlow-semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local('Barlow'),
       url('https://assets.nandos.dev/fonts/barlow-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Nandos Hand Alt';
  font-display: swap;
  src: local('Nandos Hand Alt'),
    url('https://assets.nandos.dev/fonts/nandos-hand-alt.woff2') format('woff2');
}
