/*
Theme Name: Blocksy Child
Theme URI: https://ledswordsman.com
Author: ledswordsman
Author URI: https://ledswordsman.com
Description: Blocksy 子主题 - 基于 Sample 设计系统定制
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* ============================================
   Sample 设计系统覆盖样式
   主色: #030213 (极深黑)
   背景: #ffffff
   次要色背景: oklch(0.95 0.0058 264.53) / #f2f2f5
   柔和色: #ececf0
   边框: rgba(0, 0, 0, 0.1)
   圆角: 10px (0.625rem)
   字体基础: 16px
   字体权重: Medium 500, Normal 400
   ============================================ */

:root {
    --sample-primary: #030213;
    --sample-bg: #ffffff;
    --sample-bg-secondary: #f2f2f5;
    --sample-bg-soft: #ececf0;
    --sample-border: rgba(0, 0, 0, 0.1);
    --sample-radius: 0.625rem;
    --sample-font-size-base: 16px;
    --sample-font-weight-normal: 400;
    --sample-font-weight-medium: 500;
}
