/*
Theme Name: yst-theme
Description: coolmountain theme
Author: kerwin
Version: 1.0
last update time: 2025-02-27
*/

/*
  header 样式
*/
/* 重置默认样式 */
html, body, header {
    margin: 0;
    padding: 0;
}

/* 确保所有元素的盒模型一致 */
* {
    box-sizing: border-box;
}

body {
    margin: 0 !important;
    background-color: #f0f0f1;
    font-family: "Poppins", sans-serif;
}

.footer-black,
.footer-inner,
.footer-orange {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.wp-block-group{
    padding: 50px;
}
