@charset "UTF-8";
@media (width >= 1200px) {
  h1, .h1 {
    font-size: var(--h1size)!important;
  }

  h2, .h2 {
    font-size: var(--h2size)!important;
  }

  h3, .h3 {
    font-size: var(--h3size)!important;
  }
}


/* added cassiopeia_ext */
h1 {
    border-bottom: none!important;
    font-weight: 600!important;
}
h2 {
    line-height: 34px!important;
    border-bottom: 1px solid #a2a9b1 !important;
    font-weight: 600!important;
}

h3 {
    line-height: 20px;
    border-bottom: none!important;
    font-weight: 600!important;
}

h4 {
    font-size :14px! important;
    font-weight: 600!important;
}

h5 {
    font-size :12px! important;
    font-weight: 600!important;
}

h4, h5, h6 {
    border-bottom: none !important;
    margin: 8px 0 6px 0!important;
}
/* end of added cassiopeia_ext */