/*
Theme Name: Friedrich Paul
Theme URI: https://friedrich-paul.de
Author: Friedrich Paul
Author URI: https://friedrich-paul.de
Description: Minimal blank theme for friedrich-paul.de projects.
Version: 1.0.0
Text Domain: friedrich-paul
Requires at least: 6.0
Requires PHP: 8.0
*/

:root {
  --fp-bg: #f7f5f2;
  --fp-ink: #1a1a1a;
  --fp-muted: #5c5c5c;
  --fp-accent: #2c4a3e;
  --fp-max: 42rem;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-size:1.05rem;line-height:1.6;color:var(--fp-ink);background:var(--fp-bg)}
a{color:var(--fp-accent)}
.site{max-width:var(--fp-max);margin:0 auto;padding:2.5rem 1.25rem 4rem}
.site-header{margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(26,26,26,.12)}
.site-title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.site-title a{color:inherit;text-decoration:none}
.site-tagline{margin:.35rem 0 0;color:var(--fp-muted);font-size:.95rem}
.site-main>*:first-child{margin-top:0}
.site-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(26,26,26,.12);color:var(--fp-muted);font-size:.85rem}
