/* Chỉ Be Vietnam Pro, đúng font của website GISC (--font-sans và --font-display trong tokens.css). Không có
   font tiêu đề riêng: website GISC không dùng, và HostLookTests bắt trường hợp một bộ chữ bắt đầu bằng font
   không có @font-face (trình duyệt lặng lẽ rơi xuống font hệ thống). */
@layer fonts {
  @font-face { font-family: "Be Vietnam Pro"; src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
  @font-face { font-family: "Be Vietnam Pro"; src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
  @font-face { font-family: "Be Vietnam Pro"; src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
  @font-face { font-family: "Be Vietnam Pro"; src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
  @font-face { font-family: "Be Vietnam Pro"; src: url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
}
