﻿/* ============================================
   Minimal Themesflat Icons - Base64 Embedded
   Includes: book, phone, email, map, clock
   Save as assets/tf-icons.css
============================================ */

@font-face {
    font-family: 'themesflat-icons';
    src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAA...) format('woff2'),
         url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAA...) format('woff');
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    font-family: 'themesflat-icons';
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon mappings */
.icon-book:before { content: "\e900"; }
.icon-phone:before { content: "\e901"; }
.icon-email:before { content: "\e902"; }
.icon-map:before { content: "\e903"; }
.icon-clock:before { content: "\e904"; }
