@font-face {
    font-family: "lorenty";
    src: url("lorenty.ttf") format("truetype"),
url("lorenty.woff") format("woff"),
url("lorenty.woff2") format("woff2");
}

i[class^="lorenty-icon-"]:before, i[class*=" lorenty-icon-"]:before {
    font-family: lorenty !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lorenty-icon-check-mark:before {
    content: "\f101";
}
.lorenty-icon-home:before {
    content: "\f102";
}
.lorenty-icon-instagram:before {
    content: "\f103";
}
.lorenty-icon-mail:before {
    content: "\f104";
}
.lorenty-icon-phone:before {
    content: "\f105";
}
.lorenty-icon-quote:before {
    content: "\f106";
}
