/*
 * Authored by: David Zaretsky
 * Copyright (c) 2024 Quickstream, Inc. All rights reserved.
 */

 :root {
  --black-100: #1c1c1c;
}

.satoshi {
  color: var(--black-100, #1c1c1c);
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: "Satoshi Variable";
}

/* 64 Bold */
.font-64-bold {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px; /* 121.875% */
}

/* 64 Regular */
.font-64-regular {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 121.875% */
}

/* 48 Bold */
.font-48-bold {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}

/* 48 Regular */
.font-48-regular {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}

/* 24 Bold */
.font-24-bold {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
}

/* 24 Regular */
.font-24-regular {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}

/* 18 Bold */
.font-18-bold {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

/* 18 Regular */
.font-18-regular {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

/* 14 Bold Tabular */
.font-14-bold-tabular {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  font-variant-numeric: lining-nums tabular-nums;
}

/* 14 Bold */
.font-14-bold {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

/* 14 Medium Tabular */
.font-14-medium-tabular {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  font-variant-numeric: lining-nums tabular-nums;
}

/* 14 Medium */
.font-14-medium {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

/* 12 Bold Tabular */
.font-12-bold-tabular {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px; /* 150% */
  font-variant-numeric: lining-nums tabular-nums;
}

/* 12 Bold */
.font-12-bold {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px; /* 150% */
}

/* 12 Medium Tabular */
.font-12-medium-tabular {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  font-variant-numeric: lining-nums tabular-nums;
}

/* 12 Medium */
.font-12-medium {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
