/* =========================================
   1. Подключаем INTER
   ========================================= */

@font-face {
    font-family: 'Inter';
    /* Убрали '../fonts/', оставили только имя файла */
    src: url('../fonts/Inter_18pt-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-SemiBold.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Bold.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* =========================================
   2. Подключаем MANROPE
   ========================================= */

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

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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('truetype');
    font-weight: 800;
    font-style: normal;
}