/*
Theme Name:         Ten Digitals
Theme URI:          https://tendigitals.com/
Author:             Ten Digitals
Author URI:         https://tendigitals.com/
Description:        Custom lightweight WordPress theme for Ten Digitals — a Digital Growth, Technology & Innovation Agency. Built to the Ten Digitals Website Production Bible: Ten geometry, orange energy, dark authority, editorial typography and controlled motion. Ships a dual-mode design system — soft-relief surfaces in light, frosted glass in dark — with scroll and hover motion that respects prefers-reduced-motion.
Version:            1.6.0
Requires at least:  6.4
Tested up to:       7.1
Requires PHP:       8.0
License:            GPL-2.0-or-later
License URI:        https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        ten-digitals
Tags:               custom-theme, agency, dark-mode, accessibility-ready, translation-ready, block-styles

Stylesheets live in assets/css/ and are enqueued in dependency order from inc/enqueue.php.
This file exists for the theme header and for WordPress' own admin-bar / core class hooks.
*/

/* Core-class touch-ups WordPress expects a theme to provide. */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background: var(--td-orange);
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 24px;
	line-height: 1;
	padding: 16px 24px;
	text-decoration: none;
	top: 24px;
	width: auto;
	z-index: 100000;
}

.alignleft  { float: left;  margin: 0 24px 24px 0; }
.alignright { float: right; margin: 0 0 24px 24px; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption-text, .wp-element-caption { color: var(--td-ink-3); font-size: 0.875rem; margin-top: 8px; }
