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

.i:before {
    font-family: iconfont !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;
}

.i.i-camera-icon:before {
    content: "\f101";
}
.i.i-envelope-solid:before {
    content: "\f102";
}
.i.i-facebook-f-brands:before {
    content: "\f103";
}
.i.i-house-solid:before {
    content: "\f104";
}
.i.i-instagram-brands:before {
    content: "\f105";
}
.i.i-phone-solid:before {
    content: "\f106";
}
.i.i-square-facebook-brands:before {
    content: "\f107";
}
