:root {
  color-scheme: light only;
  --bulma-primary-h: 0deg;
  --bulma-primary-s: 60%;
  --bulma-primary-l: 50%;
  --bulma-link-h: 0deg;
  --bulma-link-s: 0%;
  --bulma-link-l: 20%;
  --bulma-info-h: 30deg;
  --bulma-info-s: 50%;
  --bulma-info-l: 60%;
  --bulma-success-h: 120deg;
  --bulma-success-s: 33%;
  --bulma-success-l: 70%;
  --bulma-warning-h: 40deg;
  --bulma-warning-l: 70%;
  --bulma-danger-h: 11deg;
  --bulma-danger-l: 60%;
  --bulma-scheme-h: 5;
  --bulma-body-size: 1.2em;
  --bulma-body-font-size: 1.1em;
  --bulma-body-line-height: 1.6;

  /* @link https://utopia.fyi/type/calculator?c=327,5,1.25,1240,12,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
    --step--2: clamp(0.2rem, 0.0997rem + 0.4907vw, 0.48rem);
    --step--1: clamp(0.25rem, 0.1246rem + 0.6134vw, 0.6rem);
    --step-0: clamp(0.3125rem, 0.1558rem + 0.7667vw, 0.75rem);
    --step-1: clamp(0.3906rem, 0.1948rem + 0.9584vw, 0.9375rem);
    --step-2: clamp(0.4883rem, 0.2434rem + 1.198vw, 1.1719rem);
    --step-3: clamp(0.6104rem, 0.3043rem + 1.4975vw, 1.4648rem);
    --step-4: clamp(0.7629rem, 0.3804rem + 1.8718vw, 1.8311rem);
    --step-5: clamp(0.9537rem, 0.4755rem + 2.3398vw, 2.2888rem);
  }

font-face {
  font-display: auto;
}

.tabs {
  --bulma-tabs-border-bottom-width: 0px;
}

.wrapper {
  padding-left: 1rem;
  padding-right:1rem;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

p {
  max-width: 40rem;
}
