﻿/* Override Bootstrap's primary button color */
.btn-primary {
    background-color: #21B4A6 !important;
    border-color: #21B4A6 !important;
}

    .btn-primary:hover {
        background-color: #00695c !important;
        border-color: #004d40 !important;
    }

/* Override bg-primary */
.bg-primary {
    background-color: #00796b !important;
}

.text-primary {
    color: #00796b !important;
}


body {
    font-family: 'Poppins', sans-serif;
}

    body.bg-dark .navbar {
        background-color: #212529 !important;
    }

    body.bg-dark .card {
        background-color: #1e1e1e;
        color: #fff;
        border-color: #333;
    }


h1, h2, h3, .navbar-brand {
    font-weight: 600;
}



/* Ampelon Blue = #21B4A6 */