/*
Theme Name: Ege Sucukları
Theme URI: https://egesucuklari.com.tr
Author: Ege Sucukları
Author URI: https://egesucuklari.com.tr
Description: Modern, hızlı ve WooCommerce uyumlu Ege Sucukları teması. Tailwind CSS ile geliştirilmiştir.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ege-sucuklari
Tags: e-commerce, woocommerce, modern, fast, responsive, tailwind
*/

/* Text Selection Color - Global */
::selection {
    background-color: #c33130 !important;
    color: #ffffff !important;
}

::-moz-selection {
    background-color: #c33130 !important;
    color: #ffffff !important;
}

*::selection {
    background-color: #c33130 !important;
    color: #ffffff !important;
}

*::-moz-selection {
    background-color: #c33130 !important;
    color: #ffffff !important;
}

