@import url("./theme.css");
@import url("./fonts.css");
@import url("./style_core.css");
@import url("./game_menu.css");
@import url("./mailbox.css");
@import url("./rpg_ui.css");
@import url("./pkm.css");
/* tablet */
@media screen and (min-width: 768px) {
  body { font-size: 15px; }
  #game-container, #footer {
    max-width: 1000px;
  }
}
/* desktop */
/* lg tablet / md desktop */
@media screen and (min-width: 992px) {}
/* lg */
@media screen and (min-width: 1400px) {}
