/* Define Roboto Condensed font for specific elements for english */
.font-light,
.main-container .chpt-title h3,
.main-container .chpt-title h4,
.cover-horo-tit p,
.day-calender h4,
.main-container .hw-wy h2,
.main-container .summary-card h1,
.main-container .cover-summary h2,
.main-container .tit-arrow h2 {
  font-family: var(--font-roboto-cond);
}

.main-container .chapter-title h3,
.main-container .tab_desc h2,
.main-container .basic-content-wrap h5 {
  font-size: 1.15em;
}

.main-container .hw-wy h3 {
  font-size: 1.2em;
}

.main-container .tit-arrow h2 {
  font-size: 1.25em;
}

.main-container .hw-wy h2 {
  font-size: 1.7em;
}

code {
  font-size: inherit
}