/* Font */ body, html { font-family: Segoe UI; overflow: hidden; } /* Text color */ .tag { color: #f0f0f2 !important; } .tag.is-light { background: #24203e !important; } /* Left background */ .tag.is-dark { background: #1e1a37 !important; } /* Right background */ .tag.is-danger { background: #5b2b2b !important; } /* Fire and HC background */ .tag.is-primary { background: #2e2950 !important; } /* Cold background */ .tag.is-warning { background: #5b5a2b !important; } /* Lightning background */ .tag.is-success { background: #2b5b38 !important; } /* Poison background */