/* Keyvan Messenger - Font Configuration
   Font: Gandom (Rastikerdar)
   Path: assets/css/fonts.css
*/

@font-face {
    font-family: 'Gandom';
    src: url('../libs/fonts/dist/Gandom.eot');
    src: url('../libs/fonts/dist/Gandom.eot?#iefix') format('embedded-opentype'),
         url('../libs/fonts/dist/Gandom.woff2') format('woff2'),
         url('../libs/fonts/dist/Gandom.woff') format('woff'),
         url('../libs/fonts/dist/Gandom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, 
p, span, div, a, button, 
input, select, textarea, label {
    font-family: 'Gandom', Tahoma, sans-serif !important;
}
.farsi-digits {
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}