:root {
    --orange: #e95f1a;
    --orange-2: #f27632;
    --green: #219653;
}

body,
button,
input,
textarea,
select {
    font-family: "Estedad", Tahoma, Arial, sans-serif;
}

body {
    font-weight: 400;
    letter-spacing: -.08px;
}

h1,
h2,
h3,
h4,
.brand,
button,
.primary-button {
    font-weight: 700;
}

.brand {
    letter-spacing: -.65px;
}

.brand-moon,
.eyebrow,
.rating,
.section-heading span,
.promise-strip i,
.blog-head > small,
.featured span,
.post-grid small {
    color: #ed7a35;
}

.hero-status b,
.section-heading > a,
.journal-card footer a,
.article-content a {
    color: #f18442;
}

.category-card.active {
    border-color: #f69a64;
}

.rating span {
    color: #84c993;
}

.catalog-category-drinks .catalog-hero img,
.catalog-category-drinks .catalog-product-image {
    background: linear-gradient(145deg, #17191b, #0d0f10);
}

.catalog-category-drinks .catalog-hero img,
.catalog-category-drinks .catalog-product-image img {
    object-fit: contain;
    object-position: center;
}

.catalog-category-drinks .catalog-hero img {
    padding: 10px;
}

.catalog-category-drinks .catalog-product-image img {
    padding: 8px;
}

.catalog-category-drinks .catalog-product-card:hover .catalog-product-image img {
    transform: scale(1.025);
}

@media (max-width: 680px) {
    body {
        letter-spacing: 0;
    }
}
