@font-face {
    font-family: "font-1";
    src: url("../fonts/pt-serif/ptserif-regular.ttf");
    /*import font file from outside css file*/
}
body {
    background-color: #acdafb;
}

.type1 {
    font-family: Caprasimo, sans-serif;
    font-size: 30px;
}
.type2 {
    font-family: Bungee, sans-serif;
      font-size: 30px;

}
.type3 {
    font-family: BBH Sans Bartle, sans-serif;
    font-size: 30px;
    letter-spacing: 40px;
}
.type4 {
    font-family: Kanit, sans-serif;
      font-size: 30px;
     font-weight: 100
}
.type5 {
    font-family: Alfa Slab One, sans-serif;
      font-size: 30px;
}
.type6 {
    font-family: BBH Sans Bogle, sans-serif;
      font-size: 30px;
}
.type7 {
    font-family: Indie Flower, sans-serif;
      font-size: 30px;
}
.type8 {
    font-family: Cinzel, sans-serif;
      font-size: 30px;
}
.type9 {
    font-family: Kaushan Script, sans-serif;
    font-size: 25px;
    line-height: 3;
}
.type10 {
    font-family: Helvetica, sans-serif;
    font-size: 25px;
    text-align: right;
}
a {
    font-family: Cinzel, sans-serif;
    font-size: 20px;
}
