/**
 * POWA brand — override Gerold theme primary colors only.
 * Palette: Tailwind yellow-green — https://coolors.co/tailwind/a5cb1e
 */
:root {
    --tj-theme-primary: #b5de21;
    --tj-theme-primary-2: #91b11b;
    --tj-theme-primary-rgb: 181, 222, 33;
    --tj-theme-secondary: #91b11b;
}

.light-mode {
    --tj-theme-primary: #b5de21;
    --tj-theme-primary-2: #91b11b;
    --tj-theme-secondary: #6d8514;
}

/* Tiêu đề public — yellow-green 900 (light), không dùng tím Gerold */
body.public-site.light-mode :is(h1, h2, h3, h4, h5, h6, .display, .title, .tj-post__title) {
    color: var(--color-yellow-green-900) !important;
}

/* Odometer suffix (22.5W) — giữ layout số gốc */
.funfact-item .number .suffix {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
