/*
Theme Name: APKLand
Theme URI: https://example.com/apkland
Author: APKLand
Description: Single-page APK download landing theme. Mobile-first, Customizer-driven, Rank Math friendly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apkland
Tags: one-column, custom-colors, featured-images, full-width-template, mobile-first

APKLand — main design lives in assets/css/
*/

/* Minimal reset; full resets in assets/css/base.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
svg {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
