/*
 Theme Name:   Astra Child
 Theme URI:    https://pzotek.com/
 Description:  Astra 子主题，用于公司产品展示网站
 Author:       Your Name
 Author URI:   https://pzotek.com/
 Template:     astra
 Version:      1.0.0
*/
:root {
    --primary-color: #1a5f7a;
    --secondary-color: #f0f4f8;
    --text-dark: #333;
    --text-light: #fff;
    --border-color: #ddd;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
    --transition: all 0.3s ease;
}