/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
  /** colors 颜色体系 **/
  
  /* 主色调 */
  --color-primary: #6bc63d;
  --color-primary-hover: #498a29;
  --color-primary-light: #96d675;
  
  /* 强调色 */
  --color-action: #d33216;
  --color-action-hover: #a22611;
  --color-action-light: #f39b8c;
  
  /* 底色 */
  --color-base: #12243b;
  --color-base-light: #9dbbe1;
  
  /* spaccing 间距 */
  --section-padding-x: 3rem; /* Section的左右边距 */
  --section-padding-y: 8rem; /* Section的上下边距 */
  
  --button-radius: 1rem; /* 按钮的圆角 */
  --card-radius: .5rem; /* 卡片的圆角 */
  
  --card-padding: 1rem; /* 卡片的内边距 */
  --gap: 2rem; /* 元素的间距 */
  --content-gap: 2.5rem; /* 内容的间距 */
  
  /* 字体大小 */
  --font-size: 1.125rem;
 h1: 2rem;
  --h2: 5rem;
  --h3: 3.5rem;
  --h4: 2.5rem;
  --h5: 1.5rem;
  --h6: 1.2rem;
}