@font-face
{
  font-family: "PorscheNextWLa";
  font-weight: bold;
  font-style: normal;
  src: url("./fonts/PorscheNEXT/PorscheNEXT-bold.woff") format("woff");
}
@font-face
{
  font-family: "PorscheNextWLa";
  font-weight: bold;
  font-style: italic;
  src: url("./fonts/PorscheNEXT/PorscheNEXT-bolditalic.woff") format("woff");
}
@font-face
{
  font-family: "PorscheNextWLa";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/PorscheNEXT/PorscheNEXT-regular.woff") format("woff");
}
@font-face
{
  font-family: "PorscheNextWLa";
  font-weight: 100;
  font-style: normal;
  src: url("./fonts/PorscheNEXT/PorscheNEXT-thin.woff") format("woff");
}

.porsche-background {
    background:  url("./images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kuma-background {
  background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url("./images/kuma_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;

}
