/*
Theme Name: UTA Ring
Theme URI: https://example.com/uta-ring
Author: Ayokay
Author URI: https://ayokay.com
Description: Custom theme for the University of Texas class ring (Herff Jones) landing page, based on the supplied mockup.
Version: 1.0.101
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uta-ring
Tags: custom, landing-page, one-page, university
*/

/* Main styles live in assets/css/main.css and are enqueued in functions.php.
   This file is kept to hold the WP-required theme header and a tiny reset. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }
