/* Font face */

@font-face {
  font-family: "Lobster";
  src: local(Lobster), url("fonts/Lobster.otf") format("truetype");
}

@font-face {
  font-family: "Handwriting";
  src: url("fonts/Handwriting.otf") format("truetype");
}