/* Crimson Pro (見出し用) */
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/crimson-pro-v27-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/crimson-pro-v27-latin-600.woff2') format('woff2');
}
/* 700 は未使用ならコメントアウト */
/*
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/crimson-pro-v27-latin-700.woff2') format('woff2');
}
*/

/* Source Sans 3 (本文用) */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-3-v18-latin-regular.woff2') format('woff2');
}
/* 600 以上を使わないならコメントアウト */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/source-sans-3-v18-latin-600.woff2') format('woff2');
}
/*
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-3-v18-latin-700.woff2') format('woff2');
}
*/
