/**
 * Custom Block Styles for Art For Art
 */

/* H3 Faubourg Style */
.wp-block-heading.is-style-h3-faubourg {
    font-family: faubourg, serif;
    font-size: 56px;
    font-weight: 400;
}

/* Art For Art Table Style */
.wp-block-table.is-style-art-for-art-table table {
    font-family: lufga, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table.is-style-art-for-art-table table th,
.wp-block-table.is-style-art-for-art-table table td {
    padding: 20px 10px 20px 0;
    border: none;
    text-align: left;
}

.wp-block-table.is-style-art-for-art-table table th {
    font-weight: 700;
    border-top: none;
}

.wp-block-table.is-style-art-for-art-table thead {
    border-bottom: none;
}

.wp-block-table.is-style-art-for-art-table table tbody tr {
    border: none;
}

.wp-block-table.is-style-art-for-art-table table tbody td {
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

/* Remove double borders between rows */
.wp-block-table.is-style-art-for-art-table table tbody tr:not(:first-child) td {
    border-top: none;
}

.wp-block-table.is-style-art-for-art-table table tbody tr:last-child td {
    border-bottom: 1px solid currentColor;
}

/* First column font-weight */
.wp-block-table.is-style-art-for-art-table table td:first-child {
    font-weight: 500;
}
