/* Ho chu "Inter" dung tep tu host trong cung thu muc.
   Bon file .scss va A80Overlay/index.css tham chieu font-family: Inter;
   truoc day ho nay den tu rsms.me va fonts.googleapis.com.

   Cac tep .woff2 o day la ban subset latin + latin-ext + vietnamese, sinh bang
   pyftsubset theo dung dai ky tu ma Google css2 dung. Ban day du 2548 glyph
   khong can thiet cho giao dien tieng Viet va nang gap doi.
   Khong khai nguon .ttf: tep .ttf trong thu muc nay la ban day du 400 KB,
   roi vao no se nang hon chinh ban woff2 subset. */
@font-face {
  font-family: "Inter";
  src: url("./Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-02AF, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EA0-1EF9, U+2000-206F, U+2074,
    U+20A0-20C0, U+2113, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F,
    U+A720-A7FF, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-02AF, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EA0-1EF9, U+2000-206F, U+2074,
    U+20A0-20C0, U+2113, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F,
    U+A720-A7FF, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-02AF, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EA0-1EF9, U+2000-206F, U+2074,
    U+20A0-20C0, U+2113, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F,
    U+A720-A7FF, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-02AF, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EA0-1EF9, U+2000-206F, U+2074,
    U+20A0-20C0, U+2113, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F,
    U+A720-A7FF, U+FEFF, U+FFFD;
}
