﻿@font-face {
    font-family: 'DeisgnaIcons';
    src: url('../fonts/designa-icons/DeisgnaIcons.eot?7qteuv');
    src: url('../fonts/designa-icons/DeisgnaIcons.eot?7qteuv#iefix') format('embedded-opentype'), 
         url('../fonts/designa-icons/DeisgnaIcons.ttf?7qteuv') format('truetype'), 
         url('../fonts/designa-icons/DeisgnaIcons.woff?7qteuv') format('woff'), 
         url('../fonts/designa-icons/DeisgnaIcons.svg?7qteuv#DeisgnaIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'DeisgnaIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dicon-meeting:before {
    content: "\e900";
}

.dicon-map-pin:before {
    content: "\e902";
}

.dicon-ruler:before {
    content: "\e901";
}

.dicon-search:before {
    content: "\e903";
}

.dicon-menu:before {
    content: "\e904";
}

.dicon-check:before {
    content: "\e905";
}

.dicon-radio:before {
    content: "\e906";
}

.dicon-arrow-prev:before {
    content: "\e907";
}

.dicon-arrow-next:before {
    content: "\e908";
}

.dicon-instagram:before {
    content: "\e909";
}

.dicon-facebook:before {
    content: "\e90a";
}
