/* Phosphor Icons (regular) — bu sitede kullanılan 35 ikon.
   vendor/phosphor-full.css'den derleme sırasında üretilir. MIT License. */
@font-face {
  font-family: "Phosphor";
  src:
    url("../fonts/Phosphor.woff2") format("woff2"),
    ;
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-buildings:before {
  content: "\e102";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-up:before {
  content: "\e13c";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-device-mobile:before {
  content: "\e1e0";
}
.ph.ph-grains:before {
  content: "\ec68";
}
.ph.ph-house-line:before {
  content: "\e2c4";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-mountains:before {
  content: "\e7ae";
}
.ph.ph-navigation-arrow:before {
  content: "\eade";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-paint-bucket:before {
  content: "\e392";
}
.ph.ph-paint-roller:before {
  content: "\e6f4";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-pipe:before {
  content: "\ed86";
}
.ph.ph-play-circle:before {
  content: "\e3d2";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-rows:before {
  content: "\e5a2";
}
.ph.ph-ruler:before {
  content: "\e6b8";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-stack:before {
  content: "\e466";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-toolbox:before {
  content: "\eca0";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-tree:before {
  content: "\e6da";
}
.ph.ph-truck:before {
  content: "\e4b4";
}
.ph.ph-wall:before {
  content: "\e688";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-waves:before {
  content: "\e6de";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-x:before {
  content: "\e4f6";
}
