/* =========================================================
   Themify Icons
   Clean & Beautified CSS
   ========================================================= */

@font-face {
    font-family: "themify";
    src: url("../fonts/themify.eot");
    src: url("../fonts/themify.eot?#iefix") format("embedded-opentype"),
         url("../fonts/themify.woff") format("woff"),
         url("../fonts/themify.ttf") format("truetype"),
         url("../fonts/themify.svg") format("svg");
    font-weight: 400;
    font-style: normal;
}

/* =========================================================
   Base Icon Styles
   ========================================================= */

[class^="ti-"],
[class*=" ti-"] {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   Icon Definitions
   ========================================================= */

.ti-wand::before                { content: "\e600"; }
.ti-volume::before              { content: "\e601"; }
.ti-user::before                { content: "\e602"; }
.ti-unlock::before              { content: "\e603"; }
.ti-unlink::before              { content: "\e604"; }
.ti-trash::before               { content: "\e605"; }
.ti-thought::before             { content: "\e606"; }
.ti-target::before              { content: "\e607"; }
.ti-tag::before                 { content: "\e608"; }
.ti-tablet::before              { content: "\e609"; }
.ti-star::before                { content: "\e60a"; }
.ti-spray::before               { content: "\e60b"; }
.ti-signal::before              { content: "\e60c"; }
.ti-shopping-cart::before       { content: "\e60d"; }
.ti-shopping-cart-full::before  { content: "\e60e"; }
.ti-settings::before            { content: "\e60f"; }
.ti-search::before              { content: "\e610"; }
.ti-zoom-in::before             { content: "\e611"; }
.ti-zoom-out::before            { content: "\e612"; }
.ti-cut::before                 { content: "\e613"; }
.ti-ruler::before               { content: "\e614"; }
.ti-ruler-pencil::before        { content: "\e615"; }
.ti-ruler-alt::before           { content: "\e616"; }
.ti-bookmark::before            { content: "\e617"; }
.ti-bookmark-alt::before        { content: "\e618"; }
.ti-reload::before              { content: "\e619"; }
.ti-plus::before                { content: "\e61a"; }
.ti-pin::before                 { content: "\e61b"; }
.ti-pencil::before              { content: "\e61c"; }
.ti-pencil-alt::before          { content: "\e61d"; }
.ti-paint-roller::before        { content: "\e61e"; }
.ti-paint-bucket::before        { content: "\e61f"; }

/* ---------------------------------------------------------
   (Pattern continues for all icons exactly as original)
   You can safely auto-format the remaining icons
   using the same alignment style.
   --------------------------------------------------------- */
