/**
 * Fonts.
 */

@font-face {
  font-family: handwriting;
  src: url(/font/handwriting.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: candy;
  src: url(/font/candy.ttf);
  font-weight: normal;
  font-style: normal;
}

.handwriting {
  font-family: handwriting;
}