/*
Theme Name: Poshesh Core
Theme URI: https://poshesh.com/
Author: Poshesh
Description: قالب اختصاصی و سبک نسل جدید وب‌سایت پوشش
Version: 0.1.0
Text Domain: poshesh-core
Requires at least: 7.0
Requires PHP: 8.3
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    background: #ffffff;
    color: #172235;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.8;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.poshesh-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.poshesh-site-main {
    min-height: 60vh;
}

/* Elementor pages must be free to use the full viewport */
body.elementor-page .poshesh-site-main {
    width: 100%;
    max-width: none;
    padding: 0;
}
