/**
*
*	Name:			iconly font icon (Minimal - Sadece kullanılan ikonlar)
*	Version:	    1.0 (Optimize edilmiş)
*	Created on:		Dec 29, 2020
*	License:		GNU General Public License
*	Optimized:		Sadece 14 kullanılan ikon içeriyor (64 ikon yerine)
--------------------------------------------------------------------------------------
*	
**/

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/Iconly-light.eot");
    src: url("../fonts/Iconly-light.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/Iconly-light.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/Iconly-light.ttf") format("truetype"),
        url("../fonts/Iconly-light.svg#Iconly-light") format("svg");
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/Iconly-Broken.eot");
    src: url("../fonts/Iconly-Broken.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/Iconly-Broken.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/Iconly-Broken.ttf") format("truetype"),
        url("../fonts/Iconly-Broken.svg#Iconly-Broken") format("svg");
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Iconly-Bold.eot");
    src: url("../fonts/Iconly-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/Iconly-Bold.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/Iconly-Bold.ttf") format("truetype"),
        url("../fonts/Iconly-Bold.svg#Iconly-Bold") format("svg");
}

@font-face {
    font-family: iconly;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Iconly-bulk.eot");
    src: url("../fonts/Iconly-bulk.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/Iconly-bulk.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/Iconly-bulk.ttf") format("truetype"),
        url("../fonts/Iconly-bulk.svg#Iconly-bulk") format("svg");
}

[class^="iconly-"],
[class*="iconly-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconly" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    /*   Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icli {
    font-weight: 200;
}

.icbr {
    font-weight: normal;
}

.icbo {
    font-weight: 700;
}

.icbu {
    font-weight: 900;
}

/* Sadece kullanılan ikonlar (14 adet) */

.iconly-Add-User:before {
    content: "\e901";
}

.iconly-Bag-2:before {
    content: "\e917";
}

.iconly-Category:before {
    content: "\e920";
}

.iconly-Heart:before {
    content: "\e931";
}

.iconly-Home:before {
    content: "\e933";
}

.iconly-Lock:before {
    content: "\e939";
}

.iconly-Login:before {
    content: "\e93a";
}

.iconly-Logout:before {
    content: "\e93b";
}

.iconly-Message:before {
    content: "\e93c";
}

.iconly-Profile:before {
    content: "\e949";
}

.iconly-Search:before {
    content: "\e94b";
}

.iconly-Shield-Done:before {
    content: "\e94e";
}

.iconly-Swap:before {
    content: "\e952";
}

.iconly-Tick-Square:before {
    content: "\e953";
}

