@font-face {
    font-family: "FluentSystemIcons-Regular";
    src: url("../fonts/FluentSystemIcons-Regular.eot");
    src: url("../fonts/FluentSystemIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FluentSystemIcons-Regular.woff2") format("woff2"), url("../fonts/FluentSystemIcons-Regular.woff") format("woff"), url("../fonts/FluentSystemIcons-Regular.svg#FluentSystemIcons-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "UVN Han Viet";
    src: url("../fonts/UVNHanViet.woff2") format("woff2"), url("../fonts/UVNHanViet.woff") format("woff"), url("../fonts/UVNHanViet.svg#UVNHanViet") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "UVN Thanh Pho";
    src: url("../fonts/UVNThanhPho.woff2") format("woff2"), url("../fonts/UVNThanhPho.woff") format("woff"), url("../fonts/UVNThanhPho.svg#UVNThanhPho") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "UTM Davida";
    src: url("../fonts/UTMDavida.woff2") format("woff2"), url("../fonts/UTMDavida.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "UTM ThuPhap Thien An";
    src: url("../fonts/UTMThuPhapThienAn.woff2") format("woff2"), url("../fonts/UTMThuPhapThienAn.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "UTM Ambrosia";
    src: url("../fonts/UTMAmbrosia.woff2") format("woff2"), url("../fonts/UTMAmbrosia.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  /* Đối với macOS */
body {
    -webkit-font-smoothing: antialiased;
    /* Tắt anti-aliasing */
    -moz-osx-font-smoothing: grayscale;
    /* Dành cho Firefox */
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, "Helvetica Neue", helvetica, arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-weight: normal;
    font-style: normal;
    color: var(--primary-color);
    line-height: var(--line-height);
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
  }
  