:root{
  --serif:"Gowun Batang","Noto Serif KR","AppleMyungjo",Batang,serif;
  --sans:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;
}

body{
  font-family:var(--sans);
  word-break:keep-all;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2,h3,.wordmark,.footer-mark,.login-mark,.admin-wordmark{
  font-family:var(--serif);
  letter-spacing:-.045em;
}

p,li,dt,dd,label,input,textarea,select,button{
  letter-spacing:-.018em;
}

.eyebrow,.section-number,.panel-kicker,.desktop-nav,.mobile-menu,.service-tag,
.product-card-head small,.popular-tag,.intro-band,.frame-index,.work span{
  letter-spacing:.09em;
}

.product-card h3,.option-panel h3,.travel-panel h3,.promotion-panel h3{
  line-height:1.34;
}

@media(max-width:680px){
  body{word-break:normal}
  h1,h2,h3{word-break:keep-all}
}
