@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "KyivTypeSans";
  src: url("./KyivTypeSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

body,
p,
a {
  font-family: "KyivTypeSans", sans-serif;
  font-weight: 400; /* Regular */
}

/* Второй уровень выделений в тексте */
.strong-highlight {
  font-family: "KyivTypeSans", sans-serif;
  font-weight: 500; /* Medium */
}

/* Первый уровень выделений в тексте */
.bold-highlight {
  font-family: "KyivTypeSans", sans-serif;
  font-weight: 700; /* Bold */
}

/* Заголовки и текст для социальных сетей */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: "KyivTypeSans", sans-serif;
}
li.meta-author {
    display: none !important;
}

article.entry-card:first-child {
	padding-top:50px
}

