/*
Theme Name: arka
Text Domain: arka
Version: 1.0
Description: arka Custom Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author:Behnoush Khanalizade
Author URL: http://behnoushalizade.ir
*/

html, body {
    direction: rtl;
    font-family: yekanbakh !important;
    overflow-x: hidden;

}

h1, h2, h3, h4, h5, h6 {
    font-family: yekanbakh !important;
}

p, a, span, li  , label ,button ,input , div , strong{
    font-family: yekanbakh !important;
}
input::placeholder{
    font-family: yekanbakh !important;
}

html, body {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
}
.custom-text p{
    margin: 0;
    padding: 0;
}


