/*
Theme Name: Radiance Digital Transmedia
Theme URI: https://radiancedigital.com/
Author: Radiance Digital
Author URI: https://radiancedigital.com/
Description: Cinematic, Elementor-ready WordPress theme for Radiance Digital and its connected film, gaming, and web storyworlds. Fluid typography, accessible mobile navigation, and no clipped text on any screen size.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: radiance-transmedia
Tags: one-column, custom-logo, custom-menu, editor-style, featured-images, full-width-template, block-styles, wide-blocks, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Base resets only. All layout and design lives in assets/css/main.css so that
 * a child theme's style.css can override it cleanly.
 * See assets/css/main.css for the full design system.
 */

html {
	scroll-behavior: smooth;
	/* Anchor links must not slide under the fixed header. */
	scroll-padding-top: calc(var(--rd-header-h, 84px) + 16px);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
