@charset "utf-8";

/* -------------字體樣式-------------- */
.font-Oswald-Light {
  font-family: "Oswald-Light", "Microsoft JhengHei", sans-serif;
}

/* noto */
/* @font-face {
  font-family: 'noto-medium';
  src: url(../../fonts/noto/NotoSerifCJKtc-ExtraLight.otf) format('TrueType');
}
@font-face {
  font-family: 'noto-SemiBold';
  src: url(../../fonts/noto/NotoSerifCJKtc-SemiBold.otf) format('TrueType');
} */
@font-face {
  font-family: 'arial-medium';
  src: url(../../fonts/arial/ARIALNB.TTF) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Medium';
  src: url(../../fonts/Oswald/Oswald-Light.ttf) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url(../../fonts/Oswald/Oswald-Medium.ttf) format('TrueType');
}

/* @font-face {
  font-family: 'Calibri-L';
  src: url(../../fonts/arial/calibri_0.ttf) format('TrueType');
} */
/* -------------字體設定-------------- */
/*正黑*/
.font-JH {
  font-family: "Microsoft JhengHei", sans-serif;
}

.font-noto-medium {
  font-family: 'Noto Serif TC', serif;
}

.font-noto-SemiBold {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}


.font-arial-medium {
  font-family: "arial-medium", sans-serif;
}

.font-Calibri-L {
  font-family: "calibril", sans-serif;
}

.font-Oswald-Medium {
  font-family: "Oswald-Medium", sans-serif;
}

.font-Oswald-Bold {
  font-family: "Oswald-Bold", sans-serif;
}

.font-Inconsolata {
  font-family: "Inconsolata", Consolas, monospace;
}

/* 字體大小 */
.fsize-12 {
  font-size: 12px;
}

.fsize-13 {
  font-size: 13px;
}

.fsize-14 {
  font-size: 14px;
}

.fsize-15 {
  font-size: 15px;
}

.fsize-16 {
  font-size: 16px;
}

.fsize-17 {
  font-size: 17px;
}

.fsize-18 {
  font-size: 18px;
}

.fsize-20 {
  font-size: 20px;
}

.fsize-22 {
  font-size: 22px;
}

.fsize-24 {
  font-size: 24px;
}

.fsize-26 {
  font-size: 26px;
}

.fsize-30 {
  font-size: 30px;
}

.fsize-40 {
  font-size: 40px;
}

/* -------------字體顏色-------------- */
.font-white-1 {
  color: #ffffff;
}

.font-gray-1 {
  color: #555;
}

.font-gray-2 {
  color: #666;
}

.font-og-1 {
  color: #e07d19;
}

.font-og-2 {
  color: #ae7b41;
}

.font-pink-1 {
  color: #fb836d;
}

.font-red-1 {
  color: #ac250d;
}

.font-gold-1 {
  color: #ffd797;
}

.font-gold-2 {
  color: #df9300;
}

.font-coffee-1 {
  color: #534741;
}

.font-coffee-2 {
  color: #4f312b;
}

.font-coffee-3 {
  color: #6d625c;
}

.font-coffee-4 {
  color: #ae7b41;
}

.font-black-2 {
  color: #444;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-7 {
  line-height: 1.7;
}

.lh-2 {
  line-height: 2;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-8 {
  letter-spacing: 8px;
}