@font-face {
    font-family: suisseintl-light;
    src: url(fonts/SuisseIntl-Light.otf);
}

@font-face {
    font-family: suisseintl-semibold;
    src: url(fonts/SuisseIntl-SemiBold.otf);
}

* {
    font-family: suisseintl-light;
    font-size: large;
}

html {
    height: --webkit-fill-available;
}

body {
    height: 100vh;
    height: --webkit-fill-available;
    display: flex;
    flex-direction: column;
    background: url(./img/sfondo_website2880x1800.png) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1024px) {

    /* background rotation  on mobile */
    body {
        background: url(./img/sfondo_website1800x2880.png) no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}

.card {
    width: 18rem;
    min-width: 18rem;
}