@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  src: local('Satoshi Regular'), url('/assets/fonts/Satoshi-Regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: italic;
  font-weight: 400;
  src: local('Satoshi Italic'), url('/assets/fonts/Satoshi-Italic.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src: local('Satoshi Bold'), url('/assets/fonts/Satoshi-Bold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: italic;
  font-weight: 700;
  src: local('Satoshi Bold Italic'), url('/assets/fonts/Satoshi-BoldItalic.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 900;
  src: local('Satoshi Black'), url('/assets/fonts/Satoshi-Black.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Satoshi;
  font-style: italic;
  font-weight: 900;
  src: local('Satoshi Black Italic'), url('/assets/fonts/Satoshi-BlackItalic.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: Franklin;
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/franklin-gothic-condensed.woff') format('woff');
}