@font-face {
    font-display: swap;
    font-family: bootstrap-icons;
    src: url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2) format("woff2");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-envelope::before { content: "\f32f"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-palette::before { content: "\f4b1"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-facebook::before { content: "\f344"; }
.bi-instagram::before { content: "\f437"; }
.bi-youtube::before { content: "\f62b"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-house-door::before { content: "\f423"; }
