/*
Theme Name: Spondtech
Theme URI: https://ifingerstudio.com/spondtech
Author: Johanspond
Author URI: https://themeforest.net/user/johanspond
Support: johanspond@gmail.com
Description: Spondtech - It Solution And Services WordPress Theme
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spondtech
Domain Path: /languages
Tags: threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'IranSans';
    src: url('assets/fonts/iransans.woff') format('woff'),
         url('assets/fonts/iransans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'IranSans', Tahoma, Arial, sans-serif !important;
}

body, p, h1, h2, h3, h4, h5, h6, a, span, div, input, textarea, button, select {
    font-family: 'IranSans', Tahoma, Arial, sans-serif !important;
}