/* UEH SOG - brand typefaces (WOFF2 first, OTF/TTF fallback).
 * Only weights used by theme CSS. */
@font-face {
  font-family: "FontWeb";
  src: url("../assets/fonts/Font-web-Medium.woff2") format("woff2"),
       url("../assets/fonts/Font-web-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontWeb";
  src: url("../assets/fonts/Font-web-SemiBold.woff2") format("woff2"),
       url("../assets/fonts/Font-web-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontWeb";
  src: url("../assets/fonts/Font-web-Bold.woff2") format("woff2"),
       url("../assets/fonts/Font-web-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontWeb";
  src: url("../assets/fonts/Font-web-ExtraBold.woff2") format("woff2"),
       url("../assets/fonts/Font-web-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontNoiDung";
  src: url("../assets/fonts/Font-noi-dung-Bold.woff2") format("woff2"),
       url("../assets/fonts/Font-noi-dung-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoUEH";
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"),
       url("../assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoUEH";
  src: url("../assets/fonts/Roboto-Medium.woff2") format("woff2"),
       url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoUEH";
  src: url("../assets/fonts/Roboto-SemiBold.woff2") format("woff2"),
       url("../assets/fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
