@font-face {
  font-family: 'Pixelify Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/PixelifySans-Regular_digitas_mod.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Whitney';
  src: url('assets/fonts/Whitney-Book.otf');
}

@font-face {
  font-family: 'WhitneyBold';
  src: url('assets/fonts/Whitney-Bold.otf');
}

@font-face {
  font-family: 'WhitneyLightItal';
  src: url('assets/fonts/Whitney-LightItal.otf');
}

html {
  font-family: "Pixelify Sans", sans-serif;
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

body {
  margin: 0;
  background: linear-gradient(#4069aa, #7ca1d1);
  background-repeat: no-repeat;
}

body.night-gradient{
  background: linear-gradient(#081732, #30598c);
}

canvas {
  touch-action: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}

.absolute-fill.portrait-message {
  z-index: 150;
  position: absolute;
  display: none;
}

.absolute-fill.portrait-message img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 180%;
  max-height: 100%;
}

.absolute-fill.portrait-message.desktop-enforcer {
  display: flex;
  width: 100%;
  height: 100%;
}

body.desktop-enforcer{
  background: linear-gradient(#648ec3, #88a2c4);
}

.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/*
div{
 width:100%;
 height:100vh;
 position:relative;
}
canvas{
  display: block;
  width: 1080px;
  height: 1920px;
  margin: 0px auto;
}