@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'texgyretermes-regular';
    src:url('fonts/texgyretermes-regular/texgyretermes-regular.woff') format('woff'),
        url('fonts/texgyretermes-regular/texgyretermes-regular.woff2') format('woff2'),
        url('fonts/texgyretermes-regular/texgyretermes-regular.eot'),
        url('fonts/texgyretermes-regular/texgyretermes-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/texgyretermes-regular/texgyretermes-regular.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'texgyreheros-regular';
    src:url('fonts/texgyreheros-regular/texgyreheros-regular.woff') format('woff'),
        url('fonts/texgyreheros-regular/texgyreheros-regular.woff2') format('woff2'),
        url('fonts/texgyreheros-regular/texgyreheros-regular.eot'),
        url('fonts/texgyreheros-regular/texgyreheros-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/texgyreheros-regular/texgyreheros-regular.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'texgyretermes-bold';
    src:url('fonts/texgyretermes-bold/texgyretermes-bold.woff') format('woff'),
        url('fonts/texgyretermes-bold/texgyretermes-bold.woff2') format('woff2'),
        url('fonts/texgyretermes-bold/texgyretermes-bold.eot'),
        url('fonts/texgyretermes-bold/texgyretermes-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/texgyretermes-bold/texgyretermes-bold.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#widget-stake-trunk {
  --sharechest-launcher-clr-primary: #2f2a4f;
  --sharechest-launcher-widget-image: url("https://sharechest.s3.us-east-2.amazonaws.com/widget_banner_2.png");
  --sharechest-launcher-banner-image: url("https://sharechest.s3.us-east-2.amazonaws.com/default_banner_image.png");
}

.widget-stake-trunk * {
  font-family: "texgyreheros-regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif !important;
  vertical-align: baseline;
  font-size: 100%;
  color: #171a20 !important;
  box-sizing: border-box;
  margin: unset;
}

.widget-stake-trunk div {
  font-size: 18px;
  line-height: 1;
}

/* TODO: update all references (where applicable) of subText to use this, and rename them to subText */
.widget-stake-trunk .globalSubText {
  font-size: 1em;
  color: #565656 !important;
}

.widget-stake-trunk h1,
.widget-stake-trunk h2,
.widget-stake-trunk h3 {
  font-family: "texgyretermes-bold", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif !important;
  margin: unset;
  text-align: center;
  line-height: unset;
}

@media only screen and (max-width: 500px) {
  .widget-stake-trunk div {
    font-size: 12px;
  }
  .widget-stake-trunk .globalSubText {
    font-size: 1.4em;
  }
}

.widget-stake-trunk h1 {
  font-size: 2.2em;
  padding: unset !important; /* TODO: Bandaid Style Fix */
  text-transform: unset !important; /* TODO: Bandaid Style Fix */
}

.widget-stake-trunk h2 {
  font-size: 1.9em;
  padding: unset !important; /* TODO: Bandaid Style Fix */
  text-transform: unset !important; /* TODO: Bandaid Style Fix */
}

.widget-stake-trunk h3 {
  font-size: 1.6em;
  padding: unset !important; /* TODO: Bandaid Style Fix */
  text-transform: unset !important /* TODO: Bandaid Style Fix */
}

/* HTML5 display-role reset for older browsers */
.widget-stake-trunk article,
.widget-stake-trunk aside,
.widget-stake-trunk details,
.widget-stake-trunk figcaption,
.widget-stake-trunk figure,
.widget-stake-trunk footer,
.widget-stake-trunk header,
.widget-stake-trunk hgroup,
.widget-stake-trunk menu,
.widget-stake-trunk nav,
.widget-stake-trunk section {
  display: block;
}

.widget-stake-trunk p {
  margin: 1em 0;
}

.widget-stake-trunk button {
  font-family: "texgyreheros-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 16px;
  line-height: 1;
}

.widget-stake-trunk ol,
.widget-stake-trunk ul {
  list-style: none;
}

.widget-stake-trunk blockquote,
.widget-stake-trunk q {
  quotes: none;
}
.widget-stake-trunk blockquote:before,
.widget-stake-trunk blockquote:after,
.widget-stake-trunk q:before,
.widget-stake-trunk q:after {
  content: "";
  content: none;
}
.widget-stake-trunk table {
  border-collapse: collapse;
  border-spacing: 0;
}

.widget-stake-trunk button:focus {
  outline: none;
}

.widget-stake-trunk input:focus {
  outline-width: unset;
  outline-offset: unset;
  outline-style: unset;
} 

.widget-stake-trunk label {
  display: unset !important;
  white-space: unset !important;
  background-color: unset !important;
}
