@import url('https://fonts.googleapis.com/css?family=Mansalva|Montserrat:300,500,900&display=swap');

/* LOGO */
.logo-type{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 900;
    text-shadow: 5px 5px 25px #222;
}

/*Limit characters*/
.limit-chars {
    width: 80ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}