/* Dean 模板字体 */

@font-face {
  font-family: 'Host Grotesk';
  src: url('../fonts/dean-host-grotesk-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders';
  src: url('../fonts/dean-big-shoulders-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/dean-inter-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 字体变量 */
:root {
  --font-display: 'Big Shoulders', 'Avenir Next', sans-serif;
  --font-heading: 'Host Grotesk', 'Avenir Next', sans-serif;
  --font-body: 'Avenir Next', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
