/* ÉCRITURE / FONT */ 
@font-face {
    font-family: 'perfect_dark_brkregular';
    src: url('../includes/pdark-webfont.woff2') format('woff2'),
         url('../includes/pdark-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.pdark {
    font-family: 'perfect_dark_brkregular' !important;
}

.bebas {
    font-family: 'Bebas Neue', cursive;
}

.cinzel {
    font-family: 'Cinzel', serif;
}

main {
    font-family: 'Lato', sans-serif;
}

/* TOAST */
.colored-toast.swal2-icon-success {
    background-color: #2a38ff !important;
}
  
.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.bg-dark {
    background-color: #262626 !important;
}

nav.bg-dark {
    background-color: #262626 !important;
}
footer.bg-dark {
    background-color: #262626 !important;
}

.btn-dark {
    background-color: #303030 !important;
}
.btn-dark:hover {
    background-color: #0c0c0c !important;
    
}

/* BOUTONS */ 
/*
.btn-primary {
    background-color:#5c7797;
}

.btn-primary:hover {
    background-color:#2d507a;
}
*/


