@font-face {
  font-family: "Rockwell";
  src: url("../fonts/ROCK.TTF") format("truetype"),
       url("../fonts/Rockwell-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fuggles";
  src: url("../fonts/Fuggles-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Indie Flower";
  src: url("../fonts/IndieFlower-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Klee One";
  src: url("../fonts/KleeOne-Regular.ttf") format("truetype"),
       url("../fonts/KleeOne-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Shadows Into Light";
  src: url("../fonts/ShadowsIntoLight-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CaviarDreams";
  src: url("../fonts/CaviarDreams.ttf");
}

.font-Fuggles {
  font-family: "Fuggles";
}
.font-Indie-Flower {
  font-family: "Indie Flower";
}
.font-KleeOne {
  font-family: "Klee One";
}
.font-Shadows {
  font-family: "Shadows Into Light";
}

.font-rockwell {
  font-family: "Rockwell";
}

.font-lato {
  font-family: "Lato";
}
.font-CaviarDreams {
  font-family: "CaviarDreams";
}
