@font-face {
  font-family: 'circular';
  src: url('../fonts/circular/CircularStd-Book.otf') format('opentype');
  font-weight: 400; /* 常规 */
  font-style: normal;
}
@font-face {
  font-family: 'circular';
  src: url('../fonts/circular/CircularStd-Medium.otf') format('opentype');
  font-weight: 500; /* 中等 */
  font-style: normal;
}
@font-face {
  font-family: 'circular';
  src: url('../fonts/circular/CircularStd-Bold.otf') format('opentype');
  font-weight: 700; /* 加粗 */
  font-style: normal;
}
@font-face {
    font-family: 'didot';
    src: url('../fonts/didot/Didot.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'didot-bold';
    src: url('../fonts/didot/Didot-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'corinthia';
    src: url('../fonts/Corinthia/Corinthia-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'corinthia';
    src: url('../fonts/Corinthia/Corinthia-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'damion';
    src: url('../fonts/Damion/Damion-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'cormorant';
    src: url('../fonts/Cormorant/Cormorant-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 300 700;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 300 700;
    font-style: normal;
}
@font-face {
    font-family: 'dancing script';
    src: url('../fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 300 700;
    font-style: normal;
}