@charset "UTF-8";

@font-face {
  font-family: noto-b;
  font-feature-settings: "case" 1;
  src: url(../fonts/NotoSerifGeorgian_ExtraCondensed-Bold.ttf)
}
@font-face {
  font-family: h;
  src: url(../fonts/HelveticaNeueLTGEO-55Roman_0.otf)
}
@font-face {
  font-family: hb;
  src: url(../fonts/HelveticaNeueLTGEO-75Bold_0.otf)
}
@font-face {
  font-family: hc;
  src: url(../fonts/HelveticaNeueLTGEO-MT-55Roman.ttf)
}
@font-face {
  font-family: hcb;
  src: url(../fonts/HelveticaNeueOneCaps-Bold.otf)
}
:root {
  --font-primary: h;
  --font-secondary: noto-b;
}
.header .header-menu .menu__nav a {
  font-family: hcb;
}
.button-tickets {
  font-family: var(--font-secondary);
}
.sectionTitle__title {
  font-family: var(--font-secondary);
}
.event-desc ul li {
  font-family: var(--font-secondary);
}
.sectionTitle p {
  font-family: hc;
}
.button {
  font-family: hcb;
}
.bc-title {
  font-family: var(--font-secondary);
}
.event-desc ul li {
  font-family: var(--font-secondary);
}
.coming-soon-txt {
  font-family: var(--font-secondary);
}
b, strong {
  font-family: hb;
}