@charset "UTF-8";


@font-face {
  font-family: mark-r;
  src: url(../fonts/MarkGEO-Regular.ttf)
}
@font-face {
  font-family: noto-b;
  src: url(../fonts/NotoSerifGeorgian_ExtraCondensed-Bold.ttf)
}
:root {
  --font-primary: 'mark-r';
  --font-secondary: 'noto-b';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-feature-settings: "case" 1;
}
.header .header-menu .menu__nav a {
  font-feature-settings: "case" 1;
}
.button {
  font-feature-settings: "case" 1;
  letter-spacing: 0.3px;
}

/* Menu — same font as headings (h3 uses --font-secondary) */
.header-menu-links ul a {
  font-family: var(--font-secondary);
  font-feature-settings: "case" 1;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-menu-links.header-menu-links-mobile ul a {
  font-size: 18px;
}
