/*
Theme Name: Griffin Brothers Properties
Theme URI: https://griffinbrothersproperties.com
Author: Antigravity
Author URI: https://griffinbrothersproperties.com
Description: Premium commercial real estate ownership and development theme for Griffin Brothers Properties.
Version: 1.0.2
Text Domain: griffin-brothers
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, featured-images, flexible-header, responsive-layout, full-width-template
*/

/* Custom Animations & Utilities from index.css */
@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

.animate-shine {
  animation: shine 3s linear infinite;
}

.bg-brand-gradient {
  background: linear-gradient(to bottom, #222b28 0%, #121b18 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #121b18;
}

h1, h2, h3, h4, h5, h6, .font-display {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.025em;
}

/* WordPress Alignment & Base Reset */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
