
@font-face {
  font-family: 'carnasmedium';
  src: url('../typo/carnas-med-webfont.eot');
  src: url('../typo/carnas-med-webfont.eot?#iefix') format('embedded-opentype'),
  url('../typo/carnas-med-webfont.woff2') format('woff2'),
  url('../typo/carnas-med-webfont.woff') format('woff'),
  url('../typo/carnas-med-webfont.ttf') format('truetype'),
  url('../typo/carnas-med-webfont.svg#carnasmedium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carnaslight';
  src: url('../typo/carnas-light-webfont.eot');
  src: url('../typo/carnas-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../typo/carnas-light-webfont.woff2') format('woff2'),
  url('../typo/carnas-light-webfont.woff') format('woff'),
  url('../typo/carnas-light-webfont.ttf') format('truetype'),
  url('../typo/carnas-light-webfont.svg#carnaslight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*{
  margin: 0 !important;
}

html{
  height: 100vh;
}

body{
  height: 100%;
  overflow: hidden;
}

.wrapper
{
  width: 100%;
  height: 100%;
}

.wrapper video
{
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

footer
{
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: white;
  float: right;
}

footer a
{
  font-family: "carnasmedium", sans-serif;
  display: block;
  position: relative;
  float: right;
  text-decoration: none;
  color: white;
  font-size: 11px;
  padding: 0 10px 0 0;
}

footer a:hover
{
  text-decoration: underline;
}
