
@layer base {
    @font-face {
        font-family: 'Urbanist';
        src: url('/fonts/urbanist-variablefont_wght-webfont.woff2') format('woff2'), 
            url('/fonts/urbanist-variablefont_wght-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
}

body {
    font-family: 'Urbanist', sans-serif;
    /* background-color: gray; */
    background-image: url('/images/bgReverse.svg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 0px; /* Centra l'immagine nel container */
}
.font-logo-header{
    font-weight: bolder;
    font-size: 2rem;
    line-height: 2rem;
}
.font-tagline-header{
    font-weight: 400;
    font-size: 1.45rem;
    line-height: 1.45rem;
}
.font-menu-principale-smartphone{
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.font-menu-principale{
    font-size: 5rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    font-weight: 100;
}

.page h3{
    font-size: 2rem !important;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 100;
}
.font-menu-principale-active{
    color: #00589c;
}
.font-submenu-smartphone{
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: 100;
}
.font-submenu{
    font-size: 2.0rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-weight: 100;
}
.font-submenu-active{
    color: #00589c;
}
.font-home-section-title-smartphone{
    font-weight: 100;
    font-size: 2.5rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.font-home-section-title{
    font-size: 5rem;
    line-height: 4.7rem;
}
.font-list-title-smartphone{
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.font-list-title{
    font-size: 4rem;
    line-height: 4rem;
}
.font-menu-footer{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 0.8rem;
}
.font-footer-intestazione{
    font-weight: bold;
}
.font-uppercase{
    text-transform: uppercase;
}
.font-bold{
    font-weight: bolder;
}
.figurina-team ul li:first-child{
    margin-top: 5px;
    font-weight: bolder;
    line-height: 0.8rem;;
}
p{
    margin-bottom: 20px !important;
}

.thumbnail {
    @apply w-32 h-32 object-cover rounded-lg transition-transform duration-300 hover:scale-105;
}

.content ul{
    margin-bottom: 15px !important;
    list-style: disc !important;
}
.content ul li{
    margin-left: 25px;
    margin-bottom: 10px;
}
.content ul li p{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}