/*
Theme Name: Z TRYBUNY - Portal Redakcji Sportowej
Theme URI: https://ztrybuny.pl
Author: Redakcja Z TRYBUNY
Author URI: https://ztrybuny.pl
Description: Oficjalny motyw WordPress dla portalu redakcji sportowej Z TRYBUNY. Prawdziwe relacje live, wyniki meczów, tabele ligowe, opinie kibiców i układ magazynowy.
Version: 3.7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: z-trybuny
Tags: sports, news, magazine, football, live-scores, dark-mode
*/

:root {
  --primary: #16a34a;
  --primary-hover: #15803d;
  --accent-red: #ef4444;
  --accent-green: #22c55e;
  --accent-gold: #f59e0b;
  --dark-bg: #080c10;
  --dark-surface: #111822;
  --dark-card: #16202c;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: #233247;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background-color: var(--dark-bg);
  color: var(--text-main);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
