/*
Theme Name:  TouchNoise Theme
Theme URI:   https://touchnoise.de
Author:      Alexander
Author URI:  https://touchnoise.de
Description: Ein benutzerdefiniertes WordPress-Theme für TouchNoise.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: touchnoise-theme
Tags:        custom-theme, music, modern
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ==========================================================================
   Header
   ========================================================================== */

#site-header {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

#site-header .site-title a {
    font-size: 1.5rem;
    font-weight: 700;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

#site-navigation ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

/* ==========================================================================
   Main Content
   ========================================================================== */

#main-content {
    padding: 2rem 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#site-footer {
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font-size: 0.875rem;
    color: #777;
}
