/*
 * SNY Teknoloji icon stylesheet
 * Local Font Awesome font files were removed for a clean upload package.
 * Icons now load from the public Font Awesome Free CDN, so assets/fonts is not required.
 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa,
.fa-solid,
.fas,
.fa-light,
.fal,
.fa-thin,
.fat,
.fa-duotone,
.fad {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

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

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

/* Duotone fallback: show only one layer when legacy Pro classes remain in markup. */
.fa-duotone::before,
.fad::before {
  opacity: 1 !important;
}
.fa-duotone::after,
.fad::after {
  display: none !important;
  content: "" !important;
}
