/*
Theme Name: React Fullscreen
Author: Your Name
Description: React アプリを iframe で全画面表示するシンプルテーマ
Version: 1.0
*/
/* ===== CSS Reset（UAスタイル上書き） ===== */


/* HTML, bodyを全画面用に */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
