/*
 * The @font-face rules. ABC Normal, regular and medium.
 *
 * Edit this file. It is served as it is — nothing compiles it, and the
 * order it loads in is set in resources/css/order.php.
 */

@font-face {
  font-display:swap;
  font-family:Satoshi;
  font-weight:400;
  src:url(/build/fonts/Satoshi-Medium.woff2) format("woff2"),url(/build/fonts/Satoshi-Medium.woff) format("woff");
}

@font-face {
  font-display:swap;
  font-family:Satoshi;
  font-weight:600;
  src:url(/build/fonts/Satoshi-Bold.woff2) format("woff2"),url(/build/fonts/Satoshi-Bold.woff) format("woff");
}
