@font-face {
  font-family: "Satoshi-Regular";
  src: url("./Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("./Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("./Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

:root {
    --font-family-regular: 'Satoshi-Regular', sans-serif;
    --font-family-medium: 'Satoshi-Medium', sans-serif;
    --font-family-bold: 'Satoshi-Bold', sans-serif;
    --font-family-bolder: 'Satoshi-Bold', sans-serif;
}