/* Linki globalnie */
a:link    { color: white; text-decoration: none; }
a:visited { color: #aaaaaa; }
a:hover   { color: #ff5e00; }
a:active  { color: #888888; }

/* Bazowa typografia i tło */
body { font-family: Inter, system-ui, Arial, sans-serif; background:#0e0e0e; color:#e6e6e6; line-height:1.7; }

/* Bloki kodu */
pre  { overflow:auto; background:#0b0b0b; color:#e6e6e6; padding:14px; border-radius:10px; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, Menlo, monospace; }
