@font-face {
  font-family: "Satoshi-Light";
  src: url("./Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Regular";
  src: url("./Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("./Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("./Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Black";
  src: url("./Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Variable font fallback */
@font-face {
  font-family: "Satoshi-Variable";
  src: url("./Satoshi-Regular.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
}
