/* ============================================
   fonts.css
   Подключение шрифтов OpenRunde
   ============================================ */

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

/* Medium */
@font-face {
  font-family: 'OpenRunde';
  src: url('../fonts/OpenRunde-Medium.woff2') format('woff2'),
       url('../fonts/OpenRunde-Medium.woff') format('woff'),
       url('../fonts/OpenRunde-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'OpenRunde';
  src: url('../fonts/OpenRunde-Regular.woff2') format('woff2'),
       url('../fonts/OpenRunde-Regular.woff') format('woff'),
       url('../fonts/OpenRunde-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Альтернативные названия для обратной совместимости */
@font-face {
  font-family: 'OpenRunde-Bold';
  src: url('../fonts/OpenRunde-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'OpenRunde-Regular';
  src: url('../fonts/OpenRunde-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}