.nk-template-animated-02 {
    --animated-primary: var(--nk-color-primary-color, #7c6559);
    --animated-accent: var(--nk-color-accent-color, #d7c3a4);
    --animated-bg: var(--nk-color-bg-color, #f7f3ed);
    --animated-text: var(--nk-color-text-color, #2f2a27);
    --animated-muted: var(--nk-color-muted-color, #7d746e);
    --animated-card: var(--nk-color-card-background, rgba(255, 255, 255, 0.86));
    --animated-button: var(--nk-color-button-color, #7c6559);
    --animated-button-text: var(--nk-color-button-text-color, #ffffff);
    color: var(--animated-text);
}

.nk-template-animated-02 .nk-animated-body,
.nk-template-animated-02 .nk-animated-section--panel {
    color: var(--animated-text);
}

.nk-template-animated-02 .nk-animated-meta,
.nk-template-animated-02 .nk-animated-muted {
    color: var(--animated-muted);
}

.nk-template-animated-02 .nk-animated-button,
.nk-template-animated-02 .nk-animated-open-btn,
.nk-template-animated-02 .nk-anim-button,
.nk-template-animated-02 button[type="submit"] {
    background: var(--animated-button);
    color: var(--animated-button-text);
}
