/*
Theme Name: Finance v6
Theme URI: https://signaldesk-blog.local/
Author: signaldesk
Author URI: https://signaldesk-blog.local/
Description: Signal Desk — high-contrast black/white with cobalt accent. Asymmetric typographic homepage. Brand uses the WordPress site title. English UI.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: signaldesk
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns
*/

/* Design tokens — Signal Desk: B/W + cobalt; Archivo Black + IBM Plex Sans */
:root {
	--color-ink: #0a0a0a;
	--color-ink-soft: #1a1a1a;
	--color-paper: #fafafa;
	--color-surface: #ffffff;
	--color-muted: #5c5c5c;
	--color-accent: #0047ab;
	--color-accent-hover: #003580;
	--color-up: #0a0a0a;
	--color-down: #0047ab;
	--color-line: #e0e0e0;
	--color-cobalt: #0047ab;
	--font-display: "Archivo Black", Impact, Haettenschweiler, sans-serif;
	--font-body: "IBM Plex Sans", system-ui, sans-serif;
	--max-width: 1120px;
	--content-width: 66ch;
	--header-height: 3.75rem;
	--radius: 0;
	--shadow-soft: none;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: auto;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--color-ink);
	background:
		linear-gradient(180deg, #ffffff 0%, var(--color-paper) 40%, #f2f2f2 100%);
	min-height: 100vh;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--color-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--color-accent-hover);
}

h1,
h2,
h3,
h4,
.site-title,
.entry-title,
.section-title {
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 1.05;
	color: var(--color-ink);
	letter-spacing: -0.02em;
}

.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;
	width: 1px;
	word-wrap: normal !important;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.875rem;
	color: var(--color-muted);
	margin-top: 0.5rem;
}
