@font-face {
    font-family: 'Futura';
    src: url('../font/FuturaPT/FuturaPTLight.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura-italic';
    src: url('../font/FuturaPT/FuturaPTLightOblique.otf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Futura-normal';
    src: url('../font/FuturaPT/FuturaPTBook.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura-medium';
    src: url('../font/FuturaPT/FuturaPTMedium.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura-bold';
    src: url('../font/FuturaPT/FuturaPTBold.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Futura';
    font-style: normal;
}


.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.close{
    color: #000;
    opacity: 0.5;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    border: 0px;
    border-radius: .375rem;
    background: transparent;
}

.form-label{
    font-weight: 550;
    font-family: 'Futura-normal';
    font-style: normal;
}