/* ICANFIELD Premium Office — local brand fonts */

/* UTM Avo — geometric display (Vietnamese-safe, Futura-like) */
@font-face{
  font-family:"UTM Avo";
  src:url("fonts/UTMAvo.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"UTM Avo";
  src:url("fonts/UTMAvo-Bold.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"UTM Avo";
  src:url("fonts/UTMAvo-Italic.ttf") format("truetype");
  font-weight:400; font-style:italic; font-display:swap;
}

/* Be Vietnam Pro — body / UI */
@font-face{
  font-family:"Be Vietnam Pro";
  src:url("fonts/BeVietnamPro-Light.ttf") format("truetype");
  font-weight:300; font-style:normal; font-display:swap;
}
@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;
}