/*
Theme Name: Insta UI Theme
Theme URI: https://example.com/insta-ui-theme
Author: Codex
Author URI: https://example.com
Description: Instagram風UIを意識したWordPress専用テーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: insta-ui-theme
*/

/* Fallback styles (main style is in assets/css/theme.css) */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fafafa;
  color: #111;
}
