/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* H1 de los archivos de producto: hereda la tipografia de los titulos del tema */
.coffeehub-archive-title {
    width: 100%;
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--wd-title-color, inherit);
}
@media (max-width: 768px) {
    .coffeehub-archive-title { font-size: 22px; }
}
