/**
 * Clever CRM - Font Definitions
 * 
 * AI-Notes:
 * - Шрифт Nunito (бесплатная альтернатива Avenir)
 * - Локальные TTF файлы из Google Fonts
 * - Fallback: Helvetica Neue, Arial, sans-serif
 */

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

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

/* Nunito SemiBold (600) */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/* Nunito ExtraBold (800) */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Nunito Black (900) */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Nunito Light (300) */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Nunito Italic variants */
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/static/Nunito-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
