/*
Theme Name: Dobaal
Theme URI: https://dobaal.com
Author: Hosein Kazemi
Author URI: https://t.me/sayeha1
Description: تولید انیمیشن، جلوه‌های ویژه بصری و موشن‌گرافیک برنامه‌ی روزانه استودیو دوبال است
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Dobaal
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #7b8fc9 #e4e9f7;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #d0dcff;
}

*::-webkit-scrollbar-thumb {
    background-color: #7b8fc9;
    border-radius: 12px;
}

html, body {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #0345bf;
}

.cursor-pointer {
    cursor: pointer;
}


