/*
Theme Name:   Vineso Child
Theme URI:    https://docs.pavothemes.com/vineso/
Description:  Child theme for Vineso (pavothemes). Custom styles & functions live here so parent theme updates never overwrite your work.
Author:       SCHAGEN WEB
Author URI:   https://schagenweb.com
Template:     vineso
Version:      1.0.0
Text Domain:  vineso-child
*/

/* ===== Custom CSS below this line ===== */
/* ===== Pretendard 전체 적용 ===== */

/* Elementor 글로벌 폰트 변수 덮어쓰기 (이게 핵심 — 안 하면 Elementor가 다시 덮음) */
:root {
  --e-global-typography-primary-font-family: 'Pretendard Variable';
  --e-global-typography-secondary-font-family: 'Pretendard Variable';
  --e-global-typography-text-font-family: 'Pretendard Variable';
  --e-global-typography-accent-font-family: 'Pretendard Variable';
}

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    'Pretendard Variable',
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Apple SD Gothic Neo',
    'Malgun Gothic',
    '맑은 고딕',
    sans-serif !important;
}
