/*
Theme Name: System Terra
Theme URI: https://owrang.io
Author: Owrang Studios LLC
Author URI: https://owrang.io
Description: Dark fantasy block theme for Owrang Studios and System: Terra — obsidian glass, aged parchment text, gold accents. The System's interface, on the web.
Version: 1.1.0
Requires at least: 6.5
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: system-terra
Tags: dark, one-column, block-patterns, block-styles
*/

/* ------------------------------------------------------------------
   Base refinements
------------------------------------------------------------------ */

::selection {
	background: #d8b45a;
	color: #0b0a12;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.02em;
}

/* Obsidian card — used by patterns via the "st-card" class */
.st-card {
	background: #13111e;
	border: 1px solid #26233a;
	border-radius: 12px;
}

/* ------------------------------------------------------------------
   Jetpack / contact form fields on the dark interface
------------------------------------------------------------------ */

.wp-block-jetpack-contact-form input[type="text"],
.wp-block-jetpack-contact-form input[type="email"],
.wp-block-jetpack-contact-form input[type="tel"],
.wp-block-jetpack-contact-form input[type="url"],
.wp-block-jetpack-contact-form input[type="number"],
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	background: #0b0a12;
	border: 1px solid #26233a;
	color: #ede7d8;
	border-radius: 6px;
	padding: 10px 12px;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: 16px;
}

.wp-block-jetpack-contact-form input:focus,
.wp-block-jetpack-contact-form select:focus,
.wp-block-jetpack-contact-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #d8b45a;
	outline: none;
	box-shadow: 0 0 0 1px #d8b45a;
}

.wp-block-jetpack-contact-form label,
.wp-block-jetpack-contact-form legend,
.contact-form label,
.grunion-field-label {
	color: #ede7d8;
	font-weight: 500;
}

.wp-block-jetpack-contact-form input[type="radio"],
.wp-block-jetpack-contact-form input[type="checkbox"] {
	accent-color: #d8b45a;
	width: auto;
}

.contact-form-submission {
	background: #13111e;
	border: 1px solid #26233a;
	border-radius: 12px;
	padding: 24px;
	color: #ede7d8;
}
