@font-face {
  font-family: "Tipper";
  src: url("/Tipper.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: Roboto;
  background-color: #fff;

  --color-white: #ffffff;
  --color-off-white: #f2f2f2;
  --color-dark-grey: #2d2d2d;
  --color-light-grey: #888888;
  --color-light-grey-l2: #EEEEEE;
  --color-brand-yellow: #ffd666;
  --color-brand-yellow-d1: #ffc833;
  --color-instacookin-orange: #fb770b;
  --color-ordea-purple-primary  : #9500E8;

  --max-app-width: 600px;

  --standard-button-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

}

h1,
h2,
h3,
h4 {
  font-family: Roboto;
}

.bg-video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* .common_heading, .common_subheading {
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  color: #999999;
  letter-spacing: 2px;
  margin: 20px 0 10px 0;
}

.common_heading {
  font-size: 20px;
}

.common_subheading {
  font-size: 16px;
} */
