/*
Theme Name: e24 Golden Base
Theme URI: https://gitlab.com/erecht24/development/golden-dataset
Author: eRecht24
Description: Minimales Basis-Theme fuer Golden-Dataset-Installationen (pamola). Bewusst schlank gehalten, damit der Golden-Dataset-Content (Bloecke, Templates) im Vordergrund steht.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: e24-golden-base
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    margin: 0;
    color: #1e1e1e;
}

.site-header,
.site-main,
.site-footer {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.site-title {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}

.site-footer {
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 0.875rem;
}
