/* ============================================================
   ArtegraSans — основной шрифт сайта (1:1 с оригиналом Tilda).
   Файлы захостены локально в теме (assets/fonts/), оригинал
   отдавал их с static.tildacdn.com. Vasek — декоративный
   italic-акцент из оригинала.
   ============================================================ */

@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/ArtegraSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/ArtegraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/ArtegraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/ArtegraSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/ArtegraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* алиас с пробелом — на случай старых стеков 'Artegra Sans' */
@font-face {
  font-family: 'Artegra Sans';
  src: url('../fonts/ArtegraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegra Sans';
  src: url('../fonts/ArtegraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Декоративный акцент из оригинала */
@font-face {
  font-family: 'Vasek';
  src: url('../fonts/Vasek-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
