/*
Theme Name: Darryl
Theme URI: https://darrylgreen.co.uk
Author: DG
Author URI: https://dgxworld.co.uk
Description: A deliberately quiet Elementor first theme for the Darryl studio site. It stays out of the way so the Darryl Studio plugin widgets control every pixel, and it ships light and dark tokens that match the widget suite.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: darryl
Tags: elementor, one-column, full-width-template, custom-menu, editor-style
*/

/* The theme carries no opinionated styling on purpose.
   All visual design lives in the Darryl Studio plugin stylesheet. */

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

body {
	margin: 0;
	padding: 0;
}

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

.dg-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 20px;
	background: #0B120E;
	color: #EFEDE6;
	font-family: monospace;
	text-decoration: none;
}

.dg-skip-link:focus {
	left: 0;
}
