/*
Theme Name: Mockup Room
Theme URI: https://mockuproom.ge/
Description: Custom theme for mockuproom.ge — the editorial + storefront design layer for the mockup-core plugin. Elementor-free. Georgian-first (TranslatePress GE→EN). Functionality lives in mockup-core; this theme only renders design.
Version: 0.1.0
Author: Mockup Room
Text Domain: mockup-theme
Requires at least: 6.0
Requires PHP: 7.4
*/

/* style.css holds ONLY the global reset.
 * Palette + type tokens → assets/css/tokens.css
 * @font-face            → assets/css/fonts.css
 * Element base styling  → assets/css/base.css
 * All are registered in inc/enqueue.php. */

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

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

body { margin: 0; }

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

button, input, select, textarea { font: inherit; color: inherit; }
