@charset "UTF-8";
@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-H.ttc") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-B.ttc") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-SB.ttc") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-M.ttc") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-R.ttc") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-L.ttc") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoMin";
  src: url("../fonts/GenYoMin-EL.ttc") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoGothic";
  src: url("../fonts/GenYoGothic-R.ttc") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoGothic";
  src: url("../fonts/GenYoGothic-M.ttc") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenYoGothic";
  src: url("../fonts/GenYoGothic-EL.ttc") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-Regular.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ACaslonPro";
  src: url("../fonts/ACaslonPro-Italic.woff") format("truetype");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Amiri";
  src: url("../fonts/Amiri-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #777;
  background: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "GenYoGothic", "Noto Sans TC", serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.main {
  position: relative;
  overflow: hidden;
}
