@font-face {
  font-family: Flaticon;
  src: url(../fonts/Flaticon.woff2) format("woff2"),
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Performans için eklendi */
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon tanımları */
.flaticon-checkmark::before { content: "\f101"; }
.flaticon-law::before { content: "\f102"; }
.flaticon-family::before { content: "\f103"; }
.flaticon-pin::before { content: "\f10b"; }
.flaticon-call::before { content: "\f10d"; }
.flaticon-time::before { content: "\f113"; }