@font-face {
  /* actually it's rockwell */
  font-family: 'Madimi One';
  src: url('/rockwell.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell Bold';
  src: url('/rockwell-bold.woff2') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  /* I do not know the real name of this font */
  /* It said it was rockwell bold, but it's not */
  font-family: 'Fancy';
  src: url('/fancy.woff2') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lusitana';
  src: url('/Lusitana-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'Lusitana';
  src: url('/Lusitana-Bold.woff2') format('truetype');
  font-weight: 900;
  font-style: oblique;
}