/*
Theme Name: The Eagles Elementor Child
Theme URI: https://github.com/cezexPL/the-eagles-real-estate
Description: Child theme for The Eagles WordPress + Elementor Pro site.
Author: NotAngrySoftware
Template: hello-elementor
Version: 0.1.6
Text Domain: the-eagles
*/

:root {
  --te-black: #050505;
  --te-charcoal: #101010;
  --te-graphite: #181716;
  --te-cream: #f6f2ea;
  --te-paper: #fbf8f2;
  --te-white: #ffffff;
  --te-muted: #b8b2a8;
  --te-gold: #b9975b;
  --te-gold-light: #d7b878;
  --te-gold-dark: #8a6a32;
}

body {
  background: var(--te-black);
}

.te-section-dark {
  background: var(--te-black);
  color: var(--te-white);
}

.te-section-light {
  background: var(--te-paper);
  color: var(--te-charcoal);
}

.te-gold-button a,
a.te-gold-button,
button.te-gold-button {
  background: linear-gradient(135deg, var(--te-gold-light), var(--te-gold));
  color: #120f0a;
  border: 1px solid rgba(215, 184, 120, .55);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.te-outline-button a,
a.te-outline-button,
button.te-outline-button {
  background: transparent;
  color: var(--te-white);
  border: 1px solid rgba(215, 184, 120, .55);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.te-property-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 20px 70px rgba(0,0,0,.08);
}
