/*
Theme Name: GeneratePress Child - STLly
Template: generatepress
*/

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}
a {
  color: #0E76A8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
