/*
Theme Name: Rhythm Octapad
Theme URI: https://7by7.example
Author: 7By
Author URI: https://7by7.example
Description: A Roland SPD-30 style rhythm pad instrument with patches, layered sounds, FX, loop pads, and a Free/Premium subscription system powered by Razorpay. Built by 7By — Shirandasu Sandeep.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: rhythm-octapad
License: Proprietary
*/

/* Minimal global reset. The instrument's own look-and-feel lives in
   assets/css/app.css, enqueued from functions.php. Keeping this file
   to just the required theme header + the few resets every page needs. */

html, body { margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; }

a { color: inherit; }
img { max-width: 100%; }
