/*==================================================
                LOVE LETTER
==================================================*/

.letter{
    padding:110px 0;
}

.letter-paper{
    max-width:660px;
    margin:auto;
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:22px;
    padding:55px 50px;
    box-shadow:var(--shadow-sm);
}

.letter-paper p{
    font-size:15.5px;
    line-height:1.9;
    color:var(--ink-soft);
    margin-bottom:22px;
    font-weight:300;
}

.letter-paper p:last-child{
    margin-bottom:0;
}

.letter-signature{
    font-family:'Caveat',cursive;
    font-size:30px !important;
    color:var(--primary);
    text-align:right;
}
