/* Add here all your CSS customizations */
@import url("https://fonts.googleapis.com/css2?family=Kanit&display=swap");

@font-face {
  font-family: "ARMChiNor";
  src: url("../css/fonts/ARMChiNor.woff2") format("woff2"),
    url("../css/fonts/ARMChiNor.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ARMChiNor";
  src: url("../css/fonts/ARMChiNor-Bold.woff2") format("woff2"),
    url("../css/fonts/ARMChiNor-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ARMChiNor";
  src: url("../css/fonts/ARMChiNor-BoldItalic.woff2") format("woff2"),
    url("../css/fonts/ARMChiNor-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ARMChiNor";
  src: url("../css/fonts/ARMChiNor-Italic.woff2") format("woff2"),
    url("../css/fonts/ARMChiNor-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

#mainNav li a,
#home_login_link {
  font-family: "Kanit";
}
