/*
Theme Name: Triumph
Theme URI: https://example.com/
Author: Triumph Editorial
Author URI: https://example.com/
Description: A premium, modular business magazine theme for WordPress.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: triumph
*/

:root {
	--triumph-white: #ffffff;
	--triumph-black: #111111;
	--triumph-gold: #c8a24d;
	--triumph-gold-dark: #a87e2d;
	--triumph-brown: #4a3326;
	--triumph-red: #8b1e1e;
	--triumph-maroon: #7a1f1f;
	--triumph-muted: #706a64;
	--triumph-border: #e2ded8;
	--triumph-surface: #f7f7f7;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--triumph-white);
	color: var(--triumph-black);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: var(--triumph-white);
	color: var(--triumph-black);
}

.site-main {
	min-height: 50vh;
}