/*
Theme Name: ElemanKit Theme
Theme URI: https://elemankit.ir
Author: ElemanKit
Author URI: https://elemankit.ir
Description: قالب اختصاصی فروش فایل ElemanKit برای Easy Digital Downloads
Version: 1.1.0
License: GPL2+
Text Domain: elemankit
Tags: rtl, ecommerce, edd, digital-downloads
*/


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: "Vazirmatn", Tahoma, sans-serif;
    background: var(--ek-body-bg);
    color: var(--ek-dark);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1200px, 92%);
    margin: auto;
}

button,
input {
    font-family: inherit;
}