@charset "utf-8";

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

@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: 'noto-SemiBold';
  src: url('../../fonts/noto/NotoSansTC-Medium.ttf') format('truetype');
} */

/* -------------字體設定-------------- */
/*正黑*/
.font-JH {
  font-family: "Microsoft JhengHei", sans-serif;
}

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

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

.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: 1.125rem;
}

.fsize-20 {
  font-size: 1.25rem;
}

.fsize-22 {
  font-size: 1.375rem;
}

.fsize-24 {
  font-size: 1.5rem;
}

.fsize-26 {
  font-size: 1.625rem;
}

.fsize-30 {
  font-size: 1.875rem;
}

.fsize-36 {
  font-size: 2.25rem;
}

.fsize-40 {
  font-size: 2.5rem;
}

.fsize-50 {
  font-size: 3.125rem;
}

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

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

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

.font-gray-3 {
  color: #a0a0a0;
}

.font-gray-3 {
  color: #dfdfdf;
}

.font-gray-4 {
  color: #9d9d9d;
}

.font-gray-4:hover {
  color: #fff;
}


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

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

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

.font-red-2 {
  color: #d35f45;
}

.font-red-3 {
  color: #bc342a;
}

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

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

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

.font-coffee-3 {
  color: #8d6f4a;
}

.font-black-1 {
  color: #111;
}

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

.font-black-3 {
  color: #25292d;
}

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

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

.font-gold-3 {
  color: #c88c28;
}

.font-purple-1 {
  color: #560c81;
}

.font-blue-1 {
  color: #0077bc;
}

.font-green-1 {
  color: #5cbf9e;
}

.font-rose-1 {
  color: #be9c91;
}

.font-rose-2 {
  color: #976859;
}

.font-rose-2:hover {
  color: #976859;
}


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

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

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

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

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

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

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


.scroll-reveal {
  overflow: hidden;
  position: relative;
}

.reveal-image {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 2s ease-out;
}

.reveal-image.visible {
  opacity: 1;
  transform: translateY(0);
}