* {
  -webkit-user-select: none;
  user-select: none;
}

@font-face {
  font-family: 'OatlyMagda';
  src: url('../assets/fonts/magda.eot');
  src: url('../assets/fonts/magda.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/magda.woff') format('woff'),
       url('../assets/fonts/magda.ttf')  format('truetype')
}

html {
  background-color: #000;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-family: OatlyMagda, courier, helvetica, sans-serif;
}

body {
  margin: 0 0 1px 0; /* the extra 1px allows the iOS inner/outer check to work */
  background: #000000;
}

#oatlygame {
  font-family: OatlyMagda;
}