@font-face {
  font-family: Gaggenau;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("static/fonts/gaggenr-webfont.woff") format("woff"), url("static/fonts/gaggenr-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Gaggenau;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("static/fonts/gaggenb-webfont.woff") format("woff"), url("static/fonts/gaggenb-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Gaggenau Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("static/fonts/gaggenaudisplay-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Gaggenau Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("static/fonts/gaggenaudisplay-bold-webfont.woff2") format("woff2"), url("static/fonts/gaggenaudisplay-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Gaggenau Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("static/fonts/gaggenautext-regular-webfont.woff2") format("woff2"), url("static/fonts/gaggenautext-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Gaggenau Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("static/fonts/gaggenautext-bold-webfont.woff2") format("woff2"), url("static/fonts/gaggenautext-bold-webfont.woff") format("woff");
}
html, body {
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

gg-configurator {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}