@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../fonts/poppins/poppins-v15-latin-300.woff2') format('woff2'),
         url('../../fonts/poppins/poppins-v15-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/poppins/poppins-v15-latin-regular.woff2') format('woff2'),
         url('../../fonts/poppins/poppins-v15-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../fonts/poppins/poppins-v15-latin-500.woff2') format('woff2'),
         url('../../fonts/poppins/poppins-v15-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../fonts/poppins/poppins-v15-latin-600.woff2') format('woff2'),
         url('../../fonts/poppins/poppins-v15-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/poppins/poppins-v15-latin-700.woff2') format('woff2'),
         url('../../fonts/poppins/poppins-v15-latin-700.woff') format('woff');
}

html,
body,
p,
span,
small,
strong,
label,
a,
li,
td,
th,
div,
input,
select,
textarea,
button,
.brand-text,
.navbar-brand,
.nav-link,
.card-title,
.card-header,
.card-body,
.btn,
.form-control,
.custom-select,
.custom-control-label,
.input-group-text,
.select2-container--bootstrap4 .select2-selection,
.jumbotron,
.login-logo,
.login-box-msg,
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.lead {
    font-family: 'Poppins', sans-serif !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"] {
    font-family: inherit;
}

.fa:before,
.fas:before,
.far:before,
.fal:before,
[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: "Font Awesome 5 Free" !important;
}

.fab:before {
    font-family: "Font Awesome 5 Brands" !important;
}
