/* Dealti - ek ikon glyph'leri.
   Flaticon UIcons stil alt kumelerinde self-host edilmeyen glyph'ler,
   tek kucuk woff2 dosyasinda (~1.1 KB):
     fi-rr-language     U+E94E  (regular-rounded 2.6.0)
     fi-sc-play         U+EC28  (solid-chubby 2.6.0)
     fi-br-map-marker   U+E9F4  (bold-rounded 2.6.0)
     fi-sr-cookie-lock  U+E53B  (solid-rounded 3.0.0)
     fi-rs-arrow-left   U+E0C6  (regular-straight 2.6.0)
     fi-rs-arrow-right  U+E0CC  (regular-straight 2.6.0)
   Vendor uicons CSS'i i[class^="fi-rr-"]:before kuralini !important ile
   uicons-regular-rounded fontuna baglar; bu dosya vendor CSS'ten SONRA
   yuklendigi icin (ayni ozgulluk -> sonraki kural kazanir) override eder.
   fi-sc-*, fi-br-*, fi-sr-*, fi-rs-* icin vendor kurali yok. */
@font-face {
    font-family: "dealti-icons";
    src: url("../fonts/dealti-icons.woff2?v=3") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
i.fi-rr-language::before, span.fi-rr-language::before, .fi.fi-rr-language::before,
i.fi-sc-play::before, span.fi-sc-play::before, .fi.fi-sc-play::before,
i.fi-br-map-marker::before, span.fi-br-map-marker::before, .fi.fi-br-map-marker::before,
i.fi-sr-cookie-lock::before, span.fi-sr-cookie-lock::before, .fi.fi-sr-cookie-lock::before,
i.fi-rs-arrow-left::before, span.fi-rs-arrow-left::before, .fi.fi-rs-arrow-left::before,
i.fi-rs-arrow-right::before, span.fi-rs-arrow-right::before, .fi.fi-rs-arrow-right::before {
    font-family: "dealti-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fi-rr-language::before { content: "\e94e"; }
.fi-sc-play::before { content: "\ec28"; }
.fi-br-map-marker::before { content: "\e9f4"; }
.fi-sr-cookie-lock::before { content: "\e53b"; }
.fi-rs-arrow-left::before { content: "\e0c6"; }
.fi-rs-arrow-right::before { content: "\e0cc"; }
