/*
Theme Name: Underscores
Theme URI: http://underscores.me/
Author: @MattLePhoto
Author URI: https://github.com/mattlephoto
Description: Underscores Wordpress starter theme powered by Gulp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: underscores
Tags:

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.

Underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* Don't get 'SASS'y with me. */


#single-post-div p{
    margin-bottom: 15px;
}

#single-post-div img{
    margin-bottom: 30px;
}

@font-face {
    font-family: 'ir-sans';
    src: url('src/fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  * {
    font-family: 'ir-sans', sans-serif;
  }
  