/*

Theme Name: Mumi Creative Shophp  Teması
Theme URI: http://shopphp.mumicreative.net/
Author:Mumi Creative
 Author URI: http://www.mumicreative.com/
 Description: Mumi Creative Lisanslı Ürünüdür!

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    margin: 0;
    padding: 0;
    font-family: 'Share Tech Mono', 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Select2 Tailwind CSS Overrides */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #9ca3af !important; /* border-gray-400 */
    border-radius: 0.375rem !important; /* rounded-md */
    min-height: 42px !important;
    padding: 0.25rem !important;
    background-color: white !important;
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3b82f6 !important; /* focus:border-blue-500 */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e7eb !important; /* bg-gray-200 */
    border: 1px solid #d1d5db !important; /* border-gray-300 */
    color: #1f2937 !important; /* text-gray-800 */
    border-radius: 0.25rem !important;
    padding: 2px 6px !important;
    margin-top: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4b5563 !important; /* text-gray-600 */
    margin-right: 5px !important;
    font-size: 1.1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #1f2937 !important; /* text-gray-800 */
}

.select2-dropdown {
    border: 1px solid #9ca3af !important;
    border-radius: 0.375rem !important;
    background-color: white !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
    font-family: 'Share Tech Mono', 'Inter', system-ui, sans-serif !important;
}

.select2-results__option {
    font-family: 'Share Tech Mono', 'Inter', system-ui, sans-serif !important;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3b82f6 !important;
    color: white !important;
}
