/* Manrope - Light 300 */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/manrope-v19-latin-300.woff2') format('woff2'); /* */
}

/* Manrope - Regular 400 */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/manrope-v19-latin-regular.woff2') format('woff2'); /* */
}

/* Manrope - Medium 500 */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/manrope-v19-latin-500.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'); /* */
}

/* Syne - 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'); /* */
}

/* Syne - 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'); /* */
}