@font-face {
    font-family: 'Newson';
    src: url('/fonts/Newson/Newson-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Newson';
    src: url('/fonts/Newson/Newson-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Newson';
    src: url('/fonts/Newson/Newson-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Aggiunto peso SemiBold */
    font-style: normal;
}

.navbar-brand {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.bg-gradient-header-primary {
    background-image: linear-gradient(310deg, #2400ff 0%, #1995D3 100%);
}

.bg-gradient-pp {
    background-image: linear-gradient(310deg, #2400ff 0%, #1995D3 100%);
}

.bg-pp {
    background-color: #2400ff !important;
}

.text-shadow-dark {
    text-shadow: 2px 2px #000000;
}


.text-ciano {
    font-family: 'Newson', sans-serif;
    color:#1CCDFF!important;
    font-weight: 900 !important;
}

.text-semibold-ciano {
    font-family: 'Newson', sans-serif;
    color:#1CCDFF!important;
    font-weight: 600 !important;
}

input::placeholder,
textarea::placeholder{
    color: #000080 !important;
}

.text-10xl {
    font-size: 6rem;
}
.text-11xl {
    font-size: 7rem;
}
.text-12xl {
    font-size: 8rem;
}

.swal2-styled.swal2-confirm {
    font-size: 1em !important;
}

