@font-face {
    font-family: "bubblebody";
    src: url(../fonts/bubbleboddyneue-regular\ trial.ttf);
}

@font-face {
    font-family: "garet";
    src: url(../fonts/Garet-Book.ttf)
}

body {
    font-family: "bubblebody";
}
select, option, p, a, span, button{
    font-family: garet;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}

option{
    font-family: garet;
}

/* carrusel */

h3,
h4,
h5 {
    font-family: garet;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

body {
    margin: 0;
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 15s slidy infinite;
}
input{
    font-family:garet;
}
