/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v19-latin-600.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/inter-v19-latin-600.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v19-latin-300.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/inter-v19-latin-300.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/inter-v19-latin-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../../fonts/inter-v19-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

h1 {
  font-size: calc(10px + 2vmax);
  font-family: 'Inter', sans-serif;
  font-weight: 400 !important;
  font-optical-sizing: auto;
  letter-spacing: 0.04cap;
  color: var(--green);
  padding: 20px 0px 20px 0px;
}

h3 {
  font-size: calc(3px + 1.35vmax);
  font-family: 'Inter', sans-serif;
  font-weight: 400 !important;
  color: var(--grey_light);
}


#root_saver {
  text-align: center;
  background-color: var(--grey_super_dark);
}

#saver_cnt {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  width: 800px;
  height: 100%;
  max-width: 90%;
  height: auto;
  text-align: center;
  color: var(--grey_light);
}

.btn {
  font-size: calc(3px + 1.35vmax);
  font-weight: 600;
  letter-spacing: 0.03cap;
  font-optical-sizing: auto !important;
}

#vid {
  width: 100%;
  /*    max-width: 90vw; */
}

#saver_cnt a {
  color: black;
  text-decoration: none;
}


#tl {
  padding: 40px 0px 30px 0px;
}

#tl a,
#tl a:hover {
  color: var(--grey_medium) !important;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  text-align: center;
}