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

@font-face {
    font-family: 'Shelby';
    src: url('https://techgate-ks.digitalflow.dev/wp-content/uploads/2025/03/SHELBY-BOLD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.custom-text {
    font-family: 'Shelby';
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #eb1d3a;
    height: 100%;
}

.wd-entities-title a,
.product-title a,
.product-title,
h1.product_title,
.wd-entities-title {
    text-transform: uppercase !important;
}