/* === Шрифты Delika Kadence — крафт-палитра (Фаза 1) === */

/* Bebas Neue — заголовки, цены, цифры */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/BebasNeue-Regular.woff2) format('woff2');
}

/* Manrope — основной текст (variable font: 200-800) */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(./fonts/Manrope-Variable.woff2) format('woff2-variations');
}

/* PT Serif — только для штампа/газетной вырезки/цитаты */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/PTSerif-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/PTSerif-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/PTSerif-Bold.woff2) format('woff2');
}
