/* ============================================================
   FONTS — ArtCol Theme
   ============================================================ */

/* ----------------------------------------------------------
   Vinnytsia Sans — заголовки
---------------------------------------------------------- */
@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../fonts/VinnytsiaSansReg.woff2') format('woff2'),
       url('../fonts/VinnytsiaSansReg.woff')  format('woff'),
       url('../fonts/VinnytsiaSansReg.ttf')   format('truetype');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinnytsia Sans';
  src: url('../fonts/VinnytsiaSansBold.woff2') format('woff2'),
       url('../fonts/VinnytsiaSansBold.woff')  format('woff'),
       url('../fonts/VinnytsiaSansBold.ttf')   format('truetype');
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
}

/* ----------------------------------------------------------
   Fixel Text — основний текст (body)
   Ваги: 400 Regular, 500 Medium, 700 Bold
---------------------------------------------------------- */
@font-face {
  font-family: 'Fixel';
  src: url('../fonts/FixelText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fixel';
  src: url('../fonts/FixelText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fixel';
  src: url('../fonts/FixelText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
}

/* ----------------------------------------------------------
   Fixel Display — акцентні UI-елементи (кнопки, теги, лічильники)
   Ваги: 400 Regular, 500 Medium, 800 ExtraBold
---------------------------------------------------------- */
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style:  normal;
  font-display: swap;
}
