﻿/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap; /* Tối ưu hiển thị font */
}

/* Poppins Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Italic.ttf') format('truetype');
    font-weight: 400; /* Regular Italic */
    font-style: italic;
    font-display: swap;
}

/* Poppins Light */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

/* Poppins Light Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300; /* Light Italic */
    font-style: italic;
    font-display: swap;
}

/* Poppins Thin */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: normal;
    font-display: swap;
}

/* Poppins Thin Italic (Dường như là FZ Poppins-ThinItalic.ttf trong hình) */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100; /* Thin Italic */
    font-style: italic;
    font-display: swap;
}


/* Poppins Medium */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

/* Poppins Medium Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500; /* Medium Italic */
    font-style: italic;
    font-display: swap;
}


/* Poppins Semibold */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Semibold */
    font-style: normal;
    font-display: swap;
}

/* Poppins Semibold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600; /* Semibold Italic */
    font-style: italic;
    font-display: swap;
}


/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

/* Poppins Bold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700; /* Bold Italic */
    font-style: italic;
    font-display: swap;
}


/* Poppins Extrabold */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Extrabold */
    font-style: normal;
    font-display: swap;
}

/* Poppins Extrabold Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800; /* Extrabold Italic */
    font-style: italic;
    font-display: swap;
}

/* Poppins Black */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
    font-display: swap;
}

/* Poppins Black Italic */
@font-face {
    font-family: 'Poppins';
    src: url('FZ Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900; /* Black Italic */
    font-style: italic;
    font-display: swap;
}
