/**
 * @author Diploc IT-Services Team
 * @copyright Copyright (c) Diploc IT-Services (https://www.diploc.com)
 * @package Maatstudio_Base for Magento 2
 */

/**
 * T6505: Poppins Font - Self-Hosted @font-face declarations
 *
 * GDPR-compliant self-hosted fonts (no external Google Fonts requests)
 * Weights: 400 (regular), 400i (italic), 700 (bold)
 * Formats: WOFF2 (primary), WOFF (fallback)
 *
 * Source: Fontsource (https://fontsource.org/fonts/poppins)
 */

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

/* Poppins Italic (400) */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../../../fonts/poppins/poppins-400-italic.woff2') format('woff2'),
         url('../../../fonts/poppins/poppins-400-italic.woff') format('woff');
}

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