@font-face { font-family: fontPacifico; src: url('src/Pacifico-Regular.ttf'); }
@font-face { font-family: fontPoppins; src: url('src/Poppins-Regular.ttf'); }

.pacifico {
    font-family: "fontPacifico", sans-serif !important;
}

.poppins {
    font-family: "fontPoppins", sans-serif !important;
}

.goldText {
    color: #daa520 !important;
}

header {
    background-color: #000F2F !important;
}

.btnRozcestnik {
    width: 200px;
    height: 200px;
}

.btnPokladna {
    min-width: 180px;
    height: 60px;
}

.btnProdukt {
    min-width: 180px;
}

.btnNovyStul {
    width: 70px;
    height: 70px;
    border-radius: 100% !important;
    font-size: 3rem !important;
}

.divUctenka {
    min-width: 400px;
    min-height: 500px;
}




.btn-primary {
    background-color: #000F2F !important;
}

.btn-outline-primary {
    border-color: #000F2F !important;
    color: #000F2F !important;
}

.btn-outline-primary:hover {
    background-color: #000F2F !important;
    color: white !important;
}

.btn-check:checked + .btn-outline-primary {
    background-color: #000F2F !important;
    color: white !important;
}


.btn-warning {
    background-color: #ffc60a !important;
}

.btn-outline-warning {
    border-color: #ffc60a !important;
    color: #ffc60a !important;
}

.btn-outline-warning:hover {
    background-color: #ffc60a !important;
    color: black !important;
}

.btn-check:checked + .btn-outline-warning {
    background-color: #ffc60a !important;
    color: black !important;
}


.btn-success {
    background-color: #198754 !important;
}

.btn-outline-success {
    border-color: #198754 !important;
    color: #198754 !important;
}

.btn-outline-success:hover {
    background-color: #198754 !important;
    color: black !important;
}

.btn-check:checked + .btn-outline-success {
    background-color: #198754 !important;
    color: black !important;
}


.btn-danger {
    background-color: #dc3545 !important;
}

.btn-outline-danger {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.btn-outline-danger:hover {
    background-color: #dc3545 !important;
    color: black !important;
}

.btn-check:checked + .btn-outline-danger {
    background-color: #dc3545 !important;
    color: black !important;
}