/*
Theme Name: Blocksy Child — Heal Crystal
Template: blocksy
Version: 1.0
Author: Heal Crystal
Description: 按 laicaicrystal.com 风格复刻的 Heal Crystal 电商站子主题（基于 Blocksy）。
*/

/* Palette + base overrides (also mirrored in assets/design.css) */
:root {
    --theme-palette-color-1: #bc5d40;   /* accent — terracotta */
    --theme-palette-color-2: #395155;   /* secondary — dark teal */
    --theme-palette-color-3: #395155;   /* headings */
    --theme-palette-color-4: #131117;   /* body text */
    --theme-palette-color-5: #d9dadc;   /* light gray */
    --theme-palette-color-6: #f4f0ea;   /* warm cream bg */
    --theme-palette-color-7: #ffffff;
    --theme-palette-color-8: #ffffff;

    --theme-heading-color: #395155;
    --theme-link-initial-color: #bc5d40;
    --theme-link-hover-color: #a34c33;
    --theme-button-background-initial-color: #bc5d40;
    --theme-button-text-initial-color: #ffffff;

    --theme-heading-font-family: Georgia, "Times New Roman", "Songti SC", serif;
    --theme-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
