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

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa,
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}

.fa-2x {
    font-size: 2em;
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-arrow-up-right-from-square:before {
    content: "\f08e";
}

.fa-cake-candles:before {
    content: "\f1fd";
}

.fa-clock:before {
    content: "\f017";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-download:before {
    content: "\f019";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-face-frown:before {
    content: "\f119";
}

.fa-flag:before {
    content: "\f024";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-location-dot:before {
    content: "\f3c5";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-phone:before {
    content: "\f095";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-up-right-and-down-left-from-center:before {
    content: "\f424";
}

.fa-upload:before {
    content: "\f093";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-trash-can:before {
    content: "\f2ed";
}

.fa-xmark:before {
    content: "\f00d";
}
