@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "NT Somic-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "NT Somic-Regular";
  src: url("/assets/font/01_NTSOMIC-REGULAR.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Ura Bum Bum SP-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Ura Bum Bum SP-Regular";
  src: url("/assets/font/ofont.ru_Ura Bum Bum SP.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "NT Somic-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "NT Somic-Medium";
  src: url("/assets/font/02_NTSOMIC-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Paytone One-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Paytone One-Regular";
  src: local("Paytone One");
  font-weight: 400;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "NT Somic-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "NT Somic-Bold";
  src: url("/assets/font/03_NTSOMIC-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Minecraft Rus-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Minecraft Rus-Regular";
  src: url("/assets/font/MINECRAFT.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
