.bg-dark {
    background-color: #000000 !important;
}
@font-face {
    font-family: "CampaignFont";
    src:         url("https://gv.einrichtenschweiz.ch/einrichtenschweizGV2023/assets/font/mulish_normal.ttf") format("truetype"),
                 url("https://gv.einrichtenschweiz.ch/einrichtenschweizGV2023/assets/font/mulish_normal.ttf") format('woff');
}

body {
    font-family: CampaignFont, Roboto, serif !important;
}








.text-primary {
    color: #c13028 !important;
}
.bg-primary {
    background-color: #c13028 !important;
}
.btn-primary {
    background-color: #c13028;
    border-color: #c13028;
    color: #ffffff;

}
.btn-primary:hover {
    background-color: rgb(154, 38, 32);
    border-color: rgb(154, 38, 32);
    color: #ffffff;

}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(154, 38, 32);
}
.btn-primary:disabled {
    background-color: #c13028;
    border-color: #c13028;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(154, 38, 32);
    border-color: rgb(154, 38, 32);
}
.navbar-toggler span {
    background-color: #c13028;
}
.form-control:focus {
    border-color: #c13028;
    box-shadow: 0 0 0 0.2rem rgba(193, 48, 40, 0.25);
}
a, a:hover {
    color: rgb(154, 38, 32);
}

.badge-primary {
    background-color: #c13028;
    border-color: #c13028;
    color: #ffffff;
}

