@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* Shop Safely and Securely Page Styles */
.shop_safely_and_securely {
    font-family: 'Tenor Sans', sans-serif;
}

/* Target the page title in the our-team section */
.our-team h1 {
    font-family: 'Tenor Sans', sans-serif !important;
    font-weight: 400;
}

/* Target all headings in the shop safely content */
.shop_safely_and_securely h1,
.shop_safely_and_securely h2,
.shop_safely_and_securely h3,
.shop_safely_and_securely h4,
.shop_safely_and_securely h5,
.shop_safely_and_securely h6 {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
}

.shop_safely_and_securely p {
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1.8;
    color: #555;
}

.shop_safely_and_securely strong {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
    color: #333;
}

.shop_safely_and_securely .text-center {
    text-align: center;
}

.shop_safely_and_securely img {
    max-width: 100%;
    height: auto;
}

/* Also target the pages class content */
.pages {
    font-family: 'Tenor Sans', sans-serif;
}

.pages h1,
.pages h2,
.pages h3,
.pages h4,
.pages h5,
.pages h6 {
    font-family: 'Tenor Sans', sans-serif !important;
    font-weight: 400;
}

.pages p {
    font-family: 'Tenor Sans', sans-serif;
    line-height: 1.8;
}

.pages strong {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
}