
.title-custom{
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    letter-spacing: 4px;
    font-family: "Fraunces", serif;
    font-weight: 300;
    font-style: italic;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.subtitle-custom {
    letter-spacing: 4px;
    font-size: 2rem;
    font-weight: 300;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8); 
}

.subtitle-custom span{
    padding: 0;
    margin: 0;
    font-style: italic;
    font-weight: 600;
}