/*
Theme Name: Seslendirme Theme
Theme URI: https://www.seslendirme.tv
Author: Seslendirme.TV
Author URI: https://www.seslendirme.tv
Description: Seslendirme.TV için özel hafif tema - Colibri yerine
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: seslendirme-theme
*/

/* ================================================
   TEMEL STİLLER
   ================================================ */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

a {
    color: #667eea;
    text-decoration: none;
}

a:hover {
    color: #764ba2;
}

img {
    max-width: 100%;
    height: auto;
}

/* ================================================
   ICON SET - sl_icon fonksiyonu için
   ================================================ */
.sl-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
