@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/NunitoSans-VariableFont.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("/fonts/NunitoSans-Italic-VariableFont.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Nunito Sans", sans-serif !important;
  /* font-family: "SimSun", "Songti SC", "STSong", serif !important; */
}

.athelas,
.serif,
.sans-serif,
.helvetica {
  /* font-family: "SimSun", "Songti SC", "STSong", serif !important; */
  font-family: "Nunito Sans", sans-serif !important;
}

.bg-black {
  background-color: orange !important;
}

header nav a {
  font-weight: bolder;
}

/* 文章详情页专用样式 */
.single-page-header {
  margin-bottom: 2rem;
}

.single-page-header nav a {
  font-weight: bold !important;
  color: white !important;
}

main {
  max-width: 1200px;
  margin: 0 auto;
}

.br-pill {
  border-radius: 0 !important;
}

.mx-n2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.single-page-content img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.single-page-content h1,
.single-page-content h2,
.single-page-content h3,
.single-page-content h4,
.single-page-content h5,
.single-page-content h6 {
  font-size: 1.25rem;
}