/*
 Theme Name:   Astra Child - Mobile Shop Full
 Theme URI:    https://example.com/
 Description:  Astra 子主题，适用于手机商城，含完整配色与首页结构
 Author:       你的名字
 Author URI:   https://example.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child-mobile-full
*/

/* 全局色彩变量 */
:root {
  --primary: #2563eb;
  --secondary: #64748b;
  --accent: #f97316;
  --background: #f8fafc;
  --surface: #ffffff;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --border: #e2e8f0;
  --success: #10b981;
  --error: #ef4444;
}

/* 全局样式 */
body {
  background-color: var(--background);
  color: var(--text-primary);
  font-family: 'Helvetica Neue', sans-serif;
}

a {
  color: var(--primary);
}

a:hover {
  color: var(--accent);
}

button, .button, input[type="submit"] {
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
}

button:hover, .button:hover {
  background-color: #1d4ed8;
}
