@font-face {
  font-family: 'Huiwen Mingchao';
  src: url('./fonts/huiwen_mingchao.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alimama Shuhei Bold';
  src: url('./fonts/alimama_shuheiti_bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Douyin San Bold';
  src: url('./fonts/douyin_san_bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nishiki Teki';
  src: url('./fonts/nishiki_teki.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Han Serif CN Bold';
  src: url('./fonts/source_han_serif_cn_bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.huiwen-mingchao {
  font-family: 'Huiwen Mingchao', sans-serif;
}

.alimama-shuhei-bold {
  font-family: 'Alimama Shuhei Bold', sans-serif;
}

.douyin-san-bold {
  font-family: 'Douyin San Bold', sans-serif;
}

.nishiki-teki {
  font-family: 'Nishiki Teki', sans-serif;
}

.source-han-serif-bold {
  font-family: 'Source Han Serif CN Bold', serif;
}

body {
  min-height: 100vh;
  margin: 0;
}
.home {
  max-width: 1200px;
  margin-inline: auto;
  overflow: hidden;
  padding: 0 clamp(16px, 6vw, 5rem);
  padding-bottom: 3rem;
}
.container {
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
  overflow: auto;
}

/* utilities */
.space-y-2 {
  & > :not(:last-child) {
    margin-block-end: 2rem;
  }
}
