#block-igf-system-main { --text: #111; --muted: #444; --bg: #fff; --accent: #005bbb; --accent-contrast: #ffffff; --surface: #f5f7fb; --border: #e3e7ef; --focus: #ffbf47; scroll-behavior: smooth; margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.5; } #block-igf-system-main a { color: var(--accent); } #block-igf-system-main a:focus, #block-igf-system-main button:focus { outline: 3px solid var(--focus); outline-offset: 2px; }
:root { --text: #111; --muted: #444; --bg: #fff; --accent: #005bbb; --accent-contrast: #ffffff; --surface: #f5f7fb; --border: #e3e7ef; --focus: #ffbf47; } html { scroll-behavior: smooth; } body { margin: 0; font-family: system-u
:root { --text: #111; --muted: #444; --bg: #fff; --accent: #005bbb; --accent-contrast: #ffffff; --surface: #f5f7fb; --border: #e3e7ef; --focus: #ffbf47; } html { scrol
.igf-bpf { --text: #111; --muted: #444; --bg: #fff; --accent: #005bbb; --accent-contrast: #ffffff; --surface: #f5f7fb; --border: #e3e7ef; --focus: #ffbf47; } .igf-bpf html { scroll-behavior: smooth; } .igf-bpf body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.5; } .igf-bpf a { color: var(--accent); } .igf-bpf a:focus, button:focus { outline: 3px solid var(--focus); outlin