/* === Inter === */
/* 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'); /* */
}
/* medium - 500 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v19-latin-500.woff2') format('woff2'); /* */
}

/* === Syne === */
/* regular - 400 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/syne-v23-latin-regular.woff2') format('woff2'); /* */
}
/* medium - 500 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/syne-v23-latin-500.woff2') format('woff2'); /* */
}
/* semibold - 600 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/syne-v23-latin-600.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'); /* */
}