/* Poppins Font - Lokale Version */
/* Die Font-Dateien müssen in diesem Verzeichnis gespeichert werden */

/* Poppins Light (300) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./poppins-light.woff2') format('woff2'),
         url('./poppins-light.woff') format('woff');
    font-display: swap;
}

/* Poppins Regular (400) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./poppins-regular.woff2') format('woff2'),
         url('./poppins-regular.woff') format('woff');
    font-display: swap;
}

/* Poppins Medium (500) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./poppins-medium.woff2') format('woff2'),
         url('./poppins-medium.woff') format('woff');
    font-display: swap;
}

/* Poppins SemiBold (600) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./poppins-semibold.woff2') format('woff2'),
         url('./poppins-semibold.woff') format('woff');
    font-display: swap;
}

/* Poppins Bold (700) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./poppins-bold.woff2') format('woff2'),
         url('./poppins-bold.woff') format('woff');
    font-display: swap;
}
