/**
 * Poppins Font - Self-hosted (Google Fonts replacement)
 *
 * Licensed under the SIL Open Font License, Version 1.1.
 * https://scripts.sil.org/OFL
 *
 * Font files must be placed in: assets/fonts/poppins/
 *
 * @package Yaraa_AI_Sales_Agent
 * @since 1.0.0
 */

/* Poppins Light (300) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/poppins/poppins-v22-latin-300.woff2') format('woff2');
}

/* Poppins Regular (400) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/poppins/poppins-v22-latin-regular.woff2') format('woff2');
}

/* Poppins Medium (500) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/poppins/poppins-v22-latin-500.woff2') format('woff2');
}

/* Poppins SemiBold (600) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/poppins/poppins-v22-latin-600.woff2') format('woff2');
}