/* Add custom CSS styles below */ 
/* Thmanyah Sans - Light */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://files.catbox.moe/qyvas3.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Thmanyah Sans - Regular */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://files.catbox.moe/0ol8fs.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Thmanyah Sans - Medium */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://files.catbox.moe/y69ba9.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Thmanyah Sans - Bold */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://files.catbox.moe/yduju6.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Thmanyah Sans - Black */
@font-face {
    font-family: 'Thmanyah Sans';
    src: url('https://files.catbox.moe/z3y881.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Apply globally */
html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button,
input,
textarea,
select,
div,
strong,
b,
label,
li,
small {
    font-family: 'Thmanyah Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}


.s-product-card-entry .s-product-card-image img {
    object-fit: contain !important;
    max-height: 100% !important;
    max-width: 100% !important;
    padding: 8px; /* Adjust this value if you want more or less spacing */
    box-sizing: border-box;
}