h1 {
    font-family: copperplate;
    font-weight: 100;
}

summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-family: copperplate;
}


p {
    font-family: copperplate;
}

.contact-section h2 {
    font-family: copperplate;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.contact-item h3 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    font-family: copperplate;
    margin-bottom: 15px;
}

.terms-block h3 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-family: copperplate;
    font-weight: 600;
}