/*
Theme Name: Exlantix Child
Theme URI: https://exlantix.kolaboracja.com
Description: Child theme dla Exlantix Plichta (block/FSE) na bazie Twenty Twenty-Five. Tokeny, typografia i kolory pochodzą ze wzorca exlantixglobal.com i żyją jako presety w theme.json. Pływający nagłówek jest osobnym blokiem (wtyczka Exlantix Plichta). Tu zostają wyłącznie: zabezpieczenie overflow i definicje zarejestrowanych wariantów przycisków.
Author: kolaboracja.com
Template: twentytwentyfive
Version: 0.1.2
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: exlantix-child
*/

:root{
  --ex-white:#ffffff; --ex-black:#000000; --ex-ink:#0d0d0d; --ex-carbon:#111111;
  --ex-graphite:#1a1a1a; --ex-body:#222222; --ex-muted:#808080; --ex-silver:#b2b2b2;
}

/* alignfull / full-bleed safety (zapobiega poziomemu scrollowi) */
html, body{ overflow-x:hidden; }

/* Zarejestrowane warianty przycisków (register_block_style) — wybierane z panelu Style. */
.wp-block-button.is-style-ex-fill-light .wp-block-button__link{ background:var(--ex-white); color:var(--ex-black); border:0; }
.wp-block-button.is-style-ex-fill-light .wp-block-button__link:hover{ background:var(--ex-silver); }
.wp-block-button.is-style-ex-outline-light .wp-block-button__link{ background:transparent; color:var(--ex-white); border:1px solid var(--ex-white); }
.wp-block-button.is-style-ex-outline-light .wp-block-button__link:hover{ background:var(--ex-white); color:var(--ex-black); }
.wp-block-button.is-style-ex-fill-dark .wp-block-button__link{ background:var(--ex-black); color:var(--ex-white); border:0; }
.wp-block-button.is-style-ex-fill-dark .wp-block-button__link:hover{ background:var(--ex-graphite); }
.wp-block-button.is-style-ex-link-light .wp-block-button__link{ background:transparent; color:var(--ex-white); padding-left:0; padding-right:0; }
