/* File: /css/fonts.css */

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), 
       url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), 
       url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* SỬA LỖI: Hiển thị văn bản ngay lập tức */
}

/* UTM Avo */
@font-face {
  font-family: "utm_avoregular";
  src: url("../fonts/utm_avo-webfont.eot");
  src: url("../fonts/utm_avo-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/utm_avo-webfont.woff2") format("woff2"),
       url("../fonts/utm_avo-webfont.woff") format("woff"),
       url("../fonts/utm_avo-webfont.ttf") format("truetype"),
       url("../fonts/utm_avo-webfont.svg#utm_avoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* SỬA LỖI: Hiển thị văn bản ngay lập tức */
}