/*
Theme Name: Astra Child - Family Offices
Template: astra
*/

/* 이 CSS들은 절대 사라지지 않음 */
.fo-newsletter {
    background: #f8f9fa;
    padding: 40px;
}

.fo-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* 한국어 타이포그래피 */
body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.8;
}