/* 1. FONTS */
@font-face{font-family:'Poppins';font-weight:400;src:url('../fonts/Poppins-Regular.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-weight:600;src:url('../fonts/Poppins-SemiBold.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-weight:700;src:url('../fonts/Poppins-Bold.woff2') format('woff2');}

/* 2. GLOBALNE zmienne */
:root{--primary-color:#0d47a1;--secondary-color:#ffffff;--accent-color:#3dbf4a;--text-color:#333;--transition-speed:0.3s;--font-base:'Poppins',sans-serif;}

/* 3. RESET / BASE */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{font-size:100%;}body{font-family:var(--font-base);line-height:1.6;color:var(--text-color);background:var(--secondary-color);}h1,h2,h3,h4{color:var(--primary-color);margin-bottom:1.5rem;}p{margin-bottom:1rem;}
