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

/* Regular - Latin Extended */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/figtree/figtree-latin-ext-400-normal.woff2') format('woff2'),
    url('/fonts/figtree/figtree-latin-ext-400-normal.woff') format('woff');
}

/* Medium - Latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/figtree/figtree-latin-500-normal.woff2') format('woff2'),
    url('/fonts/figtree/figtree-latin-500-normal.woff') format('woff');
}

/* Medium - Latin Extended */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/figtree/figtree-latin-ext-500-normal.woff2') format('woff2'),
    url('/fonts/figtree/figtree-latin-ext-500-normal.woff') format('woff');
}

/* SemiBold - Latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/figtree/figtree-latin-600-normal.woff2') format('woff2'),
    url('/fonts/figtree/figtree-latin-600-normal.woff') format('woff');
}

/* SemiBold - Latin Extended */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/figtree/figtree-latin-ext-600-normal.woff2') format('woff2'),
    url('/fonts/figtree/figtree-latin-ext-600-normal.woff') format('woff');
}

/* Áp dụng font cho trang web */
body {
    font-family: 'Figtree', sans-serif;
}
