/*
Theme Name: Mark Turney Photography
Theme URI: https://markturneyphoto.com/
Author: SiteWorks
Author URI: https://www.siteworkswebsites.com/
Description: A lean, secure custom theme for Mark Turney Photography. Preserves the original dark, editorial photography design and adds a Portfolio custom post type, Collections taxonomy, and Customizer controls so a non-technical administrator can manage contact details, booking links, homepage content, and galleries without editing code. No plugins required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mark-turney-photography
Tags: photography, portfolio, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.

The compiled presentation styles live in assets/css/theme.css (enqueued in
functions.php). This file only carries the required theme header plus a few
base rules so the theme remains valid if the stylesheet is edited.
*/

/* Minimal base — the full design is in assets/css/theme.css */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}

body {
	margin: 0;
	overscroll-behavior: none;
	-webkit-tap-highlight-color: transparent;
}
