/*
Theme Name: Blackridge Overland
Theme URI: https://www.blackridgeoverland.com/
Template: astra
Author: Blackridge Overland
Description: A cinematic, accessible adventure-van Astra child theme.
Version: 1.2
Text Domain: blackridge
*/

:root {
  --br-bg: #1c1816;
  --br-panel: #24201d;
  --br-text: #eee9df;
  --br-muted: #a69e92;
  --br-accent: #a86243;
  --br-border: #3d3530;
  --br-serif: "Instrument Serif", Georgia, serif;
  --br-sans: "Outfit", Arial, sans-serif;
}

body {
  background-color: var(--br-bg);
  color: var(--br-text);
  font-family: var(--br-sans);
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.ast-site-title {
  font-family: var(--br-serif);
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

.eyebrow {
  color: var(--br-accent);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.button, .elementor-button, .wp-element-button {
  display: inline-block;
  background: var(--br-accent) !important;
  border: 1px solid var(--br-accent) !important;
  color: #fff !important;
  padding: 15px 25px !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-size: 12px !important;
  border-radius: 0 !important;
  cursor: pointer;
  text-decoration: none;
}

.button.alt, .elementor-button.alt {
  background: transparent !important;
  border-color: var(--br-border) !important;
}

.muted {
  color: var(--br-muted);
}

.card {
  background: var(--br-panel);
  border: 1px solid var(--br-border);
  padding: 25px;
  transition: border-color 0.2s;
}

.card-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.card h3 {
  font: normal 31px var(--br-serif);
  margin: 15px 0 5px;
}

.card:hover {
  border-color: var(--br-accent);
}

.price {
  font: normal 25px var(--br-serif);
  color: #fff;
}

.prose {
  max-width: 800px;
  font-size: 17px;
}

.prose h2, .prose h3 {
  font-family: var(--br-serif);
  font-weight: 400;
}

.prose strong {
  color: #fff;
}
