/* Arathos 字体（CMMA Logo） */
@font-face {
  font-family: 'Arathos';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('arathos-8orrn.otf') format('opentype');
}

/* UmbraEmeTalFont 字体（CMMA Logo） */
@font-face {
  font-family: 'UmbraEmeTalFont';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('umbraemetalfont-rvdol.otf') format('opentype');
}

/* 山海万象格特字体（中文） */
@font-face {
  font-family: 'ShanHaiWanHua';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('shanhaiwanhuagetew.ttf') format('truetype');
}

/* Epilogue 字体 */
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('epilogue-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('epilogue-800.ttf') format('truetype');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('epilogue-900.ttf') format('truetype');
}

/* Inter 字体 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-700.ttf') format('truetype');
}

/* Material Symbols Outlined 字体 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}