@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/assets/fonts/nunito/Nunito-Black.ttf") format("truetype");
}

.modal-title {
    color: #16b1ff !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.modal-header {
    border-bottom: 1px solid #e6e9f2 !important;
}

.modal-footer {
    border-top: 1px solid #e6e9f2 !important;
}

.modal-header.border-0 {
    border-bottom: 1px solid #e6e9f2 !important;
}

.modal-footer.border-0 {
    border-top: 1px solid #e6e9f2 !important;
}
