@font-face {
    font-family: "KiaSignature";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/KiaSignatureRegular.otf") format("opentype"),
        url("../fonts/KiaSignatureRegular.ttf") format("truetype");
}

@font-face {
    font-family: "KiaSignature";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/KiaSignatureLight.otf") format("opentype"),
        url("../fonts/KiaSignatureLight.ttf") format("truetype");
}

@font-face {
    font-family: "KiaSignature";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/KiaSignatureBold.otf") format("opentype"),
        url("../fonts/KiaSignatureBold.ttf") format("truetype");
}
