/*
Theme Name: Lianbo Blog Child
Theme URI: https://li-anbo.com/blog/
Description: Lianbo Plastic Molding blog child theme - aligned with main site brand (deep forest green #0D3B26 + industrial blue #1565C0 + clean eco accents).
Author: Lianbo Plastic Molding
Author URI: https://li-anbo.com/
Template: twentytwentyfive
Version: 1.0.0
Text Domain: lianbo-blog-child
*/

/* ============================================
   Brand tokens — match lianbo-website main site
   ============================================ */
:root {
  --lianbo-primary: #0D3B26;   /* 深森林绿 Deep Forest Green */
  --lianbo-secondary: #1565C0; /* 工业蓝 Industrial Blue */
  --lianbo-accent: #2E7D32;    /* 环保绿 Eco Green */
  --lianbo-gray-900: #212121;
  --lianbo-gray-700: #424242;
  --lianbo-gray-600: #757575;
  --lianbo-gray-100: #F5F5F5;
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* Primary brand color overrides */
a {
  color: var(--lianbo-secondary);
}
a:hover,
a:focus {
  color: var(--lianbo-primary);
}

/* Site title / branding */
.wp-site-header,
.wp-block-site-title a {
  color: var(--lianbo-primary);
  font-weight: 600;
}

/* Buttons */
.wp-element-button,
button:not(.toggle) {
  background-color: var(--lianbo-primary);
  color: #fff;
}
.wp-element-button:hover,
button:not(.toggle):hover {
  background-color: var(--lianbo-secondary);
}

/* Subtle eco accent on selected blocks */
.wp-block-quote {
  border-left-color: var(--lianbo-accent);
}