/**
 * Crescentech Solutions - Local WOFF2 Fonts
 * High performance local typography with font-display: swap
 */

/* Satoshi 400 (Regular) */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/satoshi-400.woff2') format('woff2');
}

/* Satoshi 500 (Medium) */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/satoshi-500.woff2') format('woff2');
}

/* Satoshi 700 (Bold) */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/satoshi-700.woff2') format('woff2');
}

/* Satoshi 900 (Black) */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/satoshi-900.woff2') format('woff2');
}

/* Manrope (400, 500, 600, 700, 800) */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
}
