/* ==========================================
   FONTS
========================================== */
@font-face {
    font-family: "Julius Sans One";
    src: url("../fonts/JuliusSansOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat[wght].ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Italic[wght].ttf") format("truetype");
    font-style: italic;
    font-weight: 100 900;
}

@font-face {
    font-family: "Dancing-Script";
    src: url("../fonts/DancingScript[wght].ttf") format("truetype");
    font-style: normal;
    font-weight: 400 700;
}

@font-face {
    font-family: "Sacramento";
    src: url("./fonts/Sacramento-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Allura";
    src: url("./fonts/Allura-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cookie";
    src: url("./fonts/Cookie-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GreatVibes";
    src: url("./fonts/GreatVibes-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.signature {
    font-family: "Allura", cursive;
    font-weight: 400;
}

