/*
Theme Name: ByteWork
Theme URI: https://bytework.ch
Author: ByteWork
Author URI: https://bytework.ch
Description: Minimalistisches WordPress-Theme mit ByteWork Branding.
Version: 1.1
License: GPL v2 or later
Text Domain: bytework
*/

:root {
    --bw-text: #111111;
    --bw-muted: #666666;
    --bw-border: #eeeeee;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: var(--bw-text);
    line-height: 1.6;
}

a {
    color: inherit;
}

.site-header {
    padding: 56px 20px 36px;
    text-align: center;
    border-bottom: 1px solid var(--bw-border);
}

.site-logo {
    display: block;
    width: min(760px, 88vw);
    height: auto;
    margin: 0 auto;
}

.site-main {
    width: min(1100px, 90vw);
    margin: 0 auto;
    padding: 48px 0;
}

article {
    margin-bottom: 48px;
}

article h1 {
    margin-top: 0;
    line-height: 1.2;
}

.site-footer {
    margin-top: 60px;
    padding: 24px 20px;
    text-align: center;
    font-size: 14px;
    color: var(--bw-muted);
    border-top: 1px solid var(--bw-border);
}
