@charset "utf-8";
/* Font Awesome 5 - sitede kullanılan ikonlarla sınırlı sürüm */

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
         url("../fonts/fontawesome/fa-solid-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"),
         url("../fonts/fontawesome/fa-regular-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fas, .far {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
}

.fas { font-weight: 900; }
.far { font-weight: 400; }

.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before,
.fa-phone-alt:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-down:before { content: "\f107"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-clock:before { content: "\f017"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-check-circle:before { content: "\f058"; }
.fa-home:before { content: "\f015"; }
.fa-user-tie:before { content: "\f508"; }
.fa-plus:before { content: "\f067"; }
