/*
Theme Name: Echo News (Classic)
Theme URI: https: //websemicolon.com/
Author: Saaed.amini@gmail.com
Author URI: Saeed Amini
Description: اکو نیوز
Version: 1.0
Tags: responsive, fast,Blog theme, Seo base , News
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: Saaed.amini@gmail.com
Text Domain: Echo-News
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: 'danabold';
    src: url(assets/fonts/dana-fanum-bold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'danaregular';
    src: url(assets/fonts/dana-fanum-regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'danalight';
    src: url(assets/fonts/dana-fanum-light.woff) format('woff');
    font-display: swap;
}

* {
    direction: rtl;
}

body {
    font-family: "danaregular", "danalight", "danabold";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "danabold", "danaregular", "danalight";
}

:root {
    --h1: 28px;
    --h2: 25px;
    --h3: 22px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
}

h1,
.h1 {
    line-height: 1.3;
}

h2,
.h2 {
    line-height: 1.35;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    :root {
        --h1: 28px;
        --h2: 23px;
        --h3: 20px;
        --h4: 18px;
        --h5: 16px;
        --h6: 15px;
    }

    h1,
    .h1 {
        line-height: 1.4;
    }
}

/* rtl style */
.echo-header-top-subscribe-btn i {
    margin-left: 10px;
}

.echo-site-main-logo-menu-social .echo-home-1-social-media-icons {
    text-align: left;
}

.echo-site-main-logo-menu-social ul.echo-desktop-menu {
    padding: 0;
    margin: 0;
    text-align: right;
}

.echo-site-main-logo-menu-social ul.echo-desktop-menu li.echo-has-dropdown ul.echo-submenu {
    text-align: right;
}

.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular span i {
    margin-left: 15px;
}

.echo-footer-area .echo-row .echo-footer-content-3 .echo-footer-help span i {
    margin-left: 15px;
}

.echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span i {
    margin-left: 15px;
}