/*
Theme Name: MURA
Theme URI: https://example.com/mura
Author: MURA Wallpaper Studio
Author URI: https://example.com
Description: A quiet, editorial block theme for MURA Wallpaper Studio — a made-to-measure wallcoverings brand. Built for the MURA Core quoting plugin. MURA is a fictional brand created for demonstration purposes.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mura
Tags: block-theme, full-site-editing, one-column, custom-colors, editor-style
*/

/*
 * Design tokens live in theme.json.
 * Component styles live in assets/css/theme.css.
 * This file only carries the theme header plus a couple of resets.
 */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: var( --wp--preset--color--accent );
	color: #fff;
}
