.elementor-kit-127{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 a{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h1{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h2{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h3{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h4{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h5{font-family:"Share Tech Mono", Sans-serif;}.elementor-kit-127 h6{font-family:"Share Tech Mono", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-127 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom CSS for Paper Texture Background */

/* Target the main body or a top-level container like #page */
/* IMPORTANT: Replace 'body' with your actual main wrapper .elementor-kit-127 if needed (e.g., #page, .site-container) */
body { 
    background-image: url('http://artudio.ir/wp-content/uploads/2025/07/Back2.jpg'); /* **1. آدرس URL تصویر کاغذ شما** */
    background-repeat: repeat;                 /* **2. تکرار تصویر برای پوشش کل صفحه** */
    background-size: auto;                     /* **3. اندازه تصویر (auto برای اندازه واقعی تصویر)** */
    background-attachment: scroll;             /* **4. اسکرول شدن تصویر پس‌زمینه با محتوا** */
    background-color: #f7f7f7;                 /* **5. رنگ پس‌زمینه جایگزین (اگر تصویر لود نشد یا شفافیت داشت)** */
}

/* Optional: Ensure content areas don't block the background if they have solid colors */
/* You might need to make content sections transparent or semi-transparent */
/* For example, if Elementor sections have a white background by default: */
/*
.elementor-section {
    background-color: transparent !important;
}
.elementor-container {
    background-color: transparent !important;
}
*/

/* Custom Cursor for entire website */
body {
    cursor: url('http://artudio.ir/wp-content/uploads/2025/07/Pointer.png'), auto; 
    /* Fallback: If custom cursor doesn't load, use default cursor */
}

/* Optional: If you want to specify the hotspot for PNG/SVG cursors (more advanced) */
/* Example: To set hotspot at 8, 8 for a 32x32px image */
/*
body {
    cursor: url('http://artudio.ir/wp-content/uploads/2025/07/Pointer.png') 8 8, auto; 
}
*/

/* Custom Cursor for links and clickable elements */
a,
button,
input[type="submit"],
input[type="button"],
.elementor-button, /* Common Elementor button class */
.elementor-clickable { /* Elementor's general clickable class */
    cursor: url('http://artudio.ir/wp-content/uploads/2025/07/Pointer3.png'), pointer !important;
}

/* Custom Text Selection Highlight */

/* Change background color of selected text to black and text color to white */
::selection {
    background-color: #000; /* Background color for selected text (black) */
    color: #fff;            /* Text color for selected text (white) */
}

/* For older browsers (Mozilla Firefox) */
::-moz-selection {
    background-color: #000; /* Background color for selected text in Firefox */
    color: #fff;            /* Text color for selected text in Firefox */
}

body {
    font-family: 'Share Tech Mono', monospace !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Share Tech Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://artudio.ir/wp-content/uploads/2025/07/ShareTechMono-Regular.woff2') format('woff2'),
		url('https://artudio.ir/wp-content/uploads/2025/07/ShareTechMono-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */