:root {
    --font-family: 'Space Mono', monospace;
    --cta-primary: black;
    --cta-primary-text: white;
    --cta-primary-hover: white;
    --cta-primary-text-hover: black;

    --cta-secondary: #777;
    --cta-secondary-text: white;
    --cta-secondary-hover: white;
    --cta-secondary-text-hover: black;

    --text-primary: white;
    --text-secondary: rgb(15, 163, 227);
    --text-title: white;
    --text-label: white;
    --state-active: gray;
}

#container, body {
    background-color: #444;
}

.mz-btn {
    background-color: black;
    border: 2px solid white;
    border-radius: 0;
}

.mz-btn:hover {
    border: 2px solid black;
    background-color: white;
}

.mz-card {
    font-family: 'Space Mono', monospace;
    background-color: black;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: white;
}

.mz-card svg path {
    fill: white;
}

.ant-modal-centered .ant-modal{
    border: 1px solid white;
}

.ant-modal-header, .ant-modal-body {
    background-color: black;
    color: white;
}

.ant-modal-body h2{
    color: white;
}

.ant-modal-title, .ant-modal-body span {
    color: white;
}

.ant-modal-close-x line {
    stroke: white;
}
