/*
Theme Name: DoorDast
Theme URI: https://doordast.io/
Author: DoorDast
Author URI: https://doordast.io/
Description: Official marketing theme for DoorDast — private, end-to-end encrypted remote access for Windows. Fast, minimal, dark and gold-accented, with a designed front page, a blog, a dedicated download page, and reusable brand block patterns for the block editor. Ported from the DoorDast Phase-1 static site; the app's Brand.xaml palette is the single source of truth.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doordast
Domain Path: /languages
Tags: custom-logo, custom-menu, featured-images, block-patterns, translation-ready, full-width-template, threaded-comments, editor-style, blog, one-column, two-columns, right-sidebar

DoorDast WordPress theme, (C) DoorDast.
This theme is distributed under the terms of the GNU GPL v2 or later.

The compiled site stylesheet is enqueued from assets/css/main.css (built from
src/scss). This file carries the required theme header and a minimal fallback so
the theme still renders if the compiled CSS ever fails to load.
*/

/* --- Minimal fallback (real styles live in assets/css/main.css) --- */
:root { --dd-bg: #1A1D21; --dd-text: #F2F4F7; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #1A1D21; color: #AEB6BF; font-family: system-ui, "Segoe UI", sans-serif; }

/* WordPress required helpers (kept here so they exist even without main.css) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #25292E;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #FBC50B;
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	height: auto;
	left: 12px;
	line-height: normal;
	padding: 14px 20px;
	text-decoration: none;
	top: 12px;
	width: auto;
	z-index: 100000;
}
