/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #c41e3a;
}

.container {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

#maneCanvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

@font-face {
  font-family: "MyLocalFont";
  src: url("./fonts/SSShinb7Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyEnglishFont";
  src: url("./fonts/Biro_Script_reduced.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
