@font-face {
    font-family: "nexa";
    src: url("../font/nexa-light.otf");
}

html,body{
    font-family: nexa;
    margin:0;
    padding: 0;
}

body.black{
    background: black;
    color:white;
}

body.white{
    background: white;
    color:black;
}

canvas{
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}

.carousel-cell img{
    object-fit: contain!important;
}
