@font-face {
    font-family: "SerifSketch", serif;
    src: url("../fonts/Serif Sketch.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RegencieLight", serif;
    src: url("../fonts/RegencieLight.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BetterGrade";
    src: url("../fonts/BetterGrade-519DV.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GreatVibes";
    src: url("../fonts/GreatVibes-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DanielDavis";
    src: url("../fonts/Daniel Davis.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FrinkleBrush";
    src: url("../fonts/Frinkle Brush demo.otf");
    font-weight: normal;
    font-style: normal;
}

.betterGrade {
    font-family: "BetterGrade", cursive;
}

.serifSketch {
    font-family: "SerifSketch", cursive;
}

.greatVibes {
    font-family: "GreatVibes", cursive;
}

.danielDavis {
    font-family: "DanielDavis", cursive;
}

.frinkleBrush {
    font-family: "FrinkleBrush", cursive;
}