/*
Theme Name: Karagöz Balık Market
Theme URI: https://karagozbalik.com
Author: Antigravity Code Assistant
Author URI: https://google.com
Description: Modern, Tailwind-powered fish market theme with custom post types for Fish and Recipes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karagoz
Tags: fish-market, e-commerce, food, responsive-layout
*/

/* 
 * Main styles are handled via Tailwind CSS CDN for this version.
 * Custom overrides can go here.
 */

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}