/*
Theme Name: EkoKratki - Nataniel Waligóra
Theme URI: https://ekokratki.pl
Author: Nataniel Waligóra
Author URI: https://ekokratki.pl
Description: Motyw blokowy z dedykowanymi sekcjami Gutenberg dla NATAN PLAST.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: natanplast-theme
*/

:root {
    --np-ink: #0a0a0a;
    --np-text: #222;
    --np-surface: #fff;
    --np-card: #efefef;
    --np-brand: #39732d;
    --np-brand-hover: #2a5521;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--np-ink);
    background: var(--np-surface);
    line-height: 1.5;
}




.sideabr 
color: var(--np-ink);
background: var(--np-surface);
padding: 1rem;
border-radius: 0.5rem;
margin-bottom: 1rem;
}

.sidebar h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}