/*
Theme Name: TobiDu Theme
Theme URI: https://www.tobidu.de
Author: TobiDu
Description: Eigenes schlankes WordPress-Theme für tobidu.de. Kein Elementor, kein Pagebuilder, keine Abo-Abhängigkeit. Fokus auf Performance, Barrierearmut und SEO.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: tobidu-theme
License: Proprietary
*/

/* Grundgerüst — Detailausbau in Meilenstein 2 */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
    background: #ffffff;
}

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

a {
    color: inherit;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #ffffff;
    padding: 0.5rem 1rem;
    z-index: 1000;
}

.skip-link:focus {
    left: 0;
}
