@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;
}
.ensure-cta h4 span {
  font-feature-settings: normal;
}
.numbers-card span {
  font-family: noto serif;
}