// ...existing code...
/* @font-face {
  font-family: 'MyFont';
  src: url('./fonts/SF-Pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* 全局使用 */
/* body {
  font-family: 'MyFont';
} */
/* .title,
h1.title,
.title.is-spaced,
.title.is-space {
  color: #555d65 !important;
} */