/*
Theme Name: Anadolu Baglama Theme
Theme URI: https://example.com
Author: Custom
Description: Türk Halk Müziği ve Bağlama temalı WordPress teması
Version: 1.0
*/

/* style.css */
body {
    margin: 0;
    font-family: 'Georgia', serif;
    background: #f5f0e6 url('assets/bg-pattern.png') repeat;
    color: #3b2f2f;
}

header {
    background: #6b3e26;
    color: white;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 32px;
}

nav {
    background: #8c5a3c;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

.container {
    padding: 20px;
}

footer {
    background: #6b3e26;
    color: white;
    text-align: center;
    padding: 15px;
}