/* b'steuern Design Tokens */ :root { --ink: #0E0C1C; --ink-70: rgba(14,12,28,.68); --ink-55: rgba(14,12,28,.55); --ink-40: rgba(14,12,28,.38); --ink-20: rgba(14,12,28,.18); --ink-line: rgba(14,12,28,.09); --cream: #F5EFE3; --paper: #FFFFFF; --yellow: #F6DF35; --yellow-tint:color-mix(in srgb,#F6DF35 48%,#fff); --indigo: #3B3BC8; --teal: #1DB8C6; --pink: #FF0670; } *, *::before, *::after { box-sizing: border-box; } body { font-family: 'General Sans', sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; } a { text-decoration: none; color: inherit; }
Der b'steuern Blog

Steuer-Wissen für Gründer & Unternehmer