/*!
 * FontAwesome 6.5.1 Subset — only icons used on TamilURL
 * Full library: ~150KB. This subset: ~4KB.
 * Font files loaded from CDN; swap display for performance.
 */

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

/* Solid */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Regular */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2") format("woff2");
}
.fa-regular, .far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2") format("woff2");
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* === Solid icons === */
.fa-angle-right::before { content: "\f105"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-clock::before { content: "\f017"; }
.fa-expand::before { content: "\f065"; }
.fa-film::before { content: "\f008"; }
.fa-fire::before { content: "\f06d"; }
.fa-globe::before { content: "\f0ac"; }
.fa-link::before { content: "\f0c1"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-moon::before { content: "\f186"; }
.fa-music::before { content: "\f001"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-play::before { content: "\f04b"; }
.fa-star::before { content: "\f005"; }
.fa-sun::before { content: "\f185"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-xmark::before { content: "\f00d"; }
.fa-address-card::before { content: "\f2bb"; }
.fa-share-nodes::before { content: "\f1e0"; }
.fa-filter::before { content: "\f0b0"; }
.fa-face-smile::before, .fa-smile::before { content: "\f118"; }
.fa-download::before { content: "\f019"; }
.fa-pause::before { content: "\f04c"; }

/* === Regular icons === */
/* fa-regular fa-calendar and fa-clock use same unicode but weight 400 */
.fa-regular.fa-calendar::before { content: "\f133"; }
.fa-regular.fa-clock::before { content: "\f017"; }

/* === Brand icons === */
.fa-facebook::before { content: "\f09a"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }
.fa-android::before { content: "\f17b"; }
.fa-apple::before { content: "\f179"; }
