@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-BlackWide.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-BoldWide.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-DemiBoldWide.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-ExtraBoldWide.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-HeavyWide.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-LightWide.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-MediumWide.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-RegularWide.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-ThinWide.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  background-color: #F4F5F6;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* Disable header animation on FAQ page */
body header {
  transform: translate(0) !important;
  transition: none !important;
}

body .container {
  flex: 1;
}

body footer {
  margin-top: auto;
}

.container .content {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  .container .content {
    padding-top: 100px;
  }
}

.container .content h1 {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.container .content h1 {
  font-family: "Corbert", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 34px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0%;
}

@media screen and (max-width: 991px) {
  .container .content h1 {
    font-size: 30px;
  }
}

.container .content h2 {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .container .content h2 {
    font-size: 22px;
  }
}

.container .content p {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .container .content p {
    font-size: 19px;
  }
}

.container .content ol {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  list-style: decimal;
  padding-left: 50px;
  margin-bottom: 24px;
}

.container .content li {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 24px;
}

.container .content li::marker {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container .content li::marker {
    font-size: 22px;
  }
}

.container .content li:last-child {
  margin-bottom: 0;
}

/* Email link style - blue text and underline */
.container .content p a[href^="mailto:"] {
  color: #2b1abe;
  text-decoration: underline;
}

.container .content p a[href^="mailto:"]:hover,
.container .content p a[href^="mailto:"]:focus {
  color: #2b1abe;
  text-decoration: underline;
  opacity: 0.8;
}
