/*
Theme Name: iPhone Settings
Theme URI: https://example.com/iphone-settings
Author: Settingly
Author URI: https://example.com
Description: A version aware iPhone settings knowledge engine delivered as a single WordPress theme. Visitors pick their iPhone model and iOS version, search in plain English, and get the exact setting, where to find it, what it changes, and whether it applies to their phone. Includes custom database tables, a compatibility engine, a no dependency search engine, admin editors, coverage reporting, and REST endpoints.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iphone-settings
Tags: custom-menu, custom-colors, translation-ready, accessibility-ready
*/

/*
 * The real stylesheet lives in assets/css/. This file exists for the WordPress
 * theme header and for a small set of safety rules that must load even if the
 * enqueued stylesheets fail.
 */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
