/*
Theme Name: Astra Child
Template: astra
*/
/* GemDeveloper Brand Colors */
:root {
  --gd-navy: #0A1931;
  --gd-teal-dark: #134E5E;
  --gd-teal: #5FB3B3;
  --gd-orange: #D97706;
  --gd-sand: #E6C79C;
  --gd-mist: #A8B9B9;
}

/* Links */
a { color: #134E5E; }
a:hover, a:focus { color: #D97706; }

/* Buttons - Gutenberg + Astra */
.wp-block-button__link,
.ast-button,
button,
input[type="button"],
input[type="submit"] {
  background-color: #D97706;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  border: none;
}

.wp-block-button__link:hover,
.ast-button:hover {
  background-color: #134E5E;
  color: #ffffff;
}

/* Headings color */
h1, h2, h3, h4, h5, h6 {
  color: #0A1931;
}