/* Subtitle leaf marks — OpenType SVG font (PUA glyphs, strokes preserved) */

@font-face {
  font-family: "Elitmodul Subtitle";
  src: url('../fonts/elitmodul-subtitle.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+E001-E0FF;
}

.sec-head__subtitle--font {
  font-family: "Elitmodul Subtitle", var(--font-subtitle);
  letter-spacing: inherit;
  line-height: 1;
  color: var(--green);
  overflow: visible;
}

.section--credits .sec-head__subtitle.sec-head__subtitle--font,
.section--projects .sec-head__subtitle.sec-head__subtitle--font,
.section--quality .sec-head__subtitle.sec-head__subtitle--font,
.section--overview .sec-head__subtitle.sec-head__subtitle--font,
.section--blog .sec-head__subtitle.sec-head__subtitle--font,
.section--gallery .sec-head__subtitle.sec-head__subtitle--font,
.section--reviews .sec-head__subtitle.sec-head__subtitle--font,
.section--contacts .sec-head__subtitle.sec-head__subtitle--font {
  overflow: visible;
}

.section--contacts .sec-head__subtitle--font {
  letter-spacing: 0.0625em;
}
