@font-face {
  font-family: 'Satoshi';
  src: url('/fuente/Satoshi/Fonts/OTF/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fuente/Satoshi/Fonts/OTF/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fuente/Satoshi/Fonts/OTF/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Satoshi', sans-serif;
}

body *:not(i):not(.bx):not([class^="bx"]):not([class*=" bx-"]):not(.fa):not(.fas):not(.far):not(.fab) {
  font-family: 'Satoshi', sans-serif !important;
}
