/*!
 * Font Awesome Free 6.4.0 - subset for blog.offshorekaka.in
 * https://fontawesome.com  -  License https://fontawesome.com/license/free
 * Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT. Copyright 2023 Fonticons, Inc.
 *
 * Only the icons this theme actually renders. Font urls are relative to this
 * file, so css/ and webfonts/ can be dropped anywhere as a pair.
 */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face{
  font-family:"Font Awesome 6 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
}
.fa,.fas,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900}
.far,.fa-regular{font-family:"Font Awesome 6 Free";font-weight:400}
.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400}

/* the few sizing helpers worth keeping */
.fa-fw{text-align:center;width:1.25em}
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2x{font-size:2em}
.fa-spin{animation:fa-spin 2s linear infinite}
@media (prefers-reduced-motion:reduce){.fa-spin{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1}}
@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

/* solid */
.fa-chevron-right:before{content:"\f054"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-down:before{content:"\f078"}
.fa-xmark:before{content:"\f00d"}
.fa-sun:before{content:"\f185"}
.fa-moon:before{content:"\f186"}
.fa-headset:before{content:"\f590"}
.fa-check:before{content:"\f00c"}

/* regular */
.fa-copy:before{content:"\f0c5"}
.fa-clock:before{content:"\f017"}

/* brands */
.fa-whatsapp:before{content:"\f232"}
.fa-telegram:before{content:"\f2c6"}

/* upstream FA aliases pointing at glyphs we already ship */
.fa-close:before{content:"\f00d"} /* = fa-xmark */
.fa-multiply:before{content:"\f00d"} /* = fa-xmark */
.fa-remove:before{content:"\f00d"} /* = fa-xmark */
.fa-times:before{content:"\f00d"} /* = fa-xmark */
.fa-clock-four:before{content:"\f017"} /* = fa-clock */
.fa-telegram-plane:before{content:"\f2c6"} /* = fa-telegram */
