/* ==========================================
   DWC GLOBAL FONTS — SATOSHI
   ========================================== */

/* SATOSHI VARIABLE — NORMAL */
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/astra-child/fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
	   url('/wp-content/themes/astra-child/fonts/satoshi/Satoshi-Variable.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* SATOSHI VARIABLE — ITALIC */
@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/astra-child/fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
	   url('/wp-content/themes/astra-child/fonts/satoshi/Satoshi-VariableItalic.woff') format('woff');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
