/*
Theme Name: MUKS Poznan
Author: michal@mietlinski.pl
Description: MMUKS Poznań 2025
Version: 1.0.0
Text Domain: muks
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root{
  --muks-primary:#1e88e5;
  --muks-secondary:#111827;
  --muks-accent:#f59e0b;
}
body{ background:#f8fafc; }
.navbar-brand img{ height:48px; }
.post-card img{ object-fit:cover; height:180px; }
.rocznik-badge{ background:var(--muks-accent); }
.sponsor-logos img{ max-height:64px; object-fit:contain; filter:grayscale(100%); opacity:.9; transition:opacity .2s ease; }
.sponsor-logos img:hover{ opacity:1; filter:grayscale(0%); }
footer{ background:var(--muks-secondary); color:#e5e7eb; }
footer a{ color:#e5e7eb; }
*/
