/* === Inter === */
/* light - 300 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/inter-v19-latin-300.woff2') format('woff2'); /* */
}
/* regular - 400 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-v19-latin-regular.woff2') format('woff2'); /* */
}
/* bold - 700 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v19-latin-700.woff2') format('woff2'); /* */
}

/* === Syne === */
/* regular - 400 (Bonus) */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/syne-v23-latin-regular.woff2') format('woff2'); /* */
}
/* bold - 700 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/syne-v23-latin-700.woff2') format('woff2'); /* */
}
/* extrabold - 800 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/syne-v23-latin-800.woff2') format('woff2'); /* */
}