/* ============================================================
   FONT.CSS – @font-face declarations & FontAwesome
   Typography variables now managed in variables.css
   Semantic classes now managed in typography.css
   ============================================================ */

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("fonts/be-vietnam-pro-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("fonts/be-vietnam-pro-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("fonts/be-vietnam-pro-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("fonts/be-vietnam-pro-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 
 * CSS Variables for typography đã được chuyển vào variables.css
 * Các class semantic đã được chuyển vào typography.css 
 * File này chỉ giữ lại @font-face cho FontAwesome
 */
