/* 座流 (SeatFlow) 官网 — 自托管字体 */
/* Atkinson Hyperlegible — 正文 (Latin) */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./atkinson-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./atkinson-700.woff2') format('woff2');
}

/* Crimson Pro — 标题/展示 (Latin) */
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./crimson-pro.woff2') format('woff2');
}
