/*
Theme Name: blog
Text Domain: RTL
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: best corporate theme for business
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support-
Author: Aliakbar zabihnejad
Author URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(./assets/fonts/index.css);
@import url(./assets/css/header.css);
@import url(./assets/css/body.css);
@import url(./assets/css/main-top.css);
@import url(./assets/css/new-article.css);
@import url(./assets/css/titles-slider.css);
@import url(./theme.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
    direction: rtl;
    font-size: larger;
    font-family: 'YekanBakh';
    font-weight: normal;
    height: 100vh;
}
