/*
Theme Name: DSI Theme
Theme URI: https://www.dsi.gda.pl
Author: DSI — Dedykowane Systemy Informatyczne
Author URI: https://www.dsi.gda.pl
Description: Motyw WordPress dla DSI Gdynia — partner Asseco Wapro ERP od 1995 roku.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
License: Private
Text Domain: dsi-theme
*/

/* Globalne style bazowe */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Lato', Arial, sans-serif; color: #1e293b; background: #fff; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
