/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/

/* === NEURA GLOBAL PALETTE === */

html, body {
  background: #0B1E2D !important;
  color: #B8C4CC !important;
}

#page,
#content,
.site-content,
.ast-container,
.ast-separate-container,
.ast-site-header-wrap,
.ast-site-footer-wrap,
.ast-primary-header-bar {
  background: #0B1E2D !important;
}

/* Inner Astra boxes */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-container {
  background: #0F2F44 !important;
  border-radius: 14px;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.entry-title {
  color: #FFFFFF !important;
}

/* Text */
p, li, .entry-content {
  color: #B8C4CC !important;
}

/* Links */
a {
  color: #2FB7C4 !important;
}
a:hover {
  color: #1FA2B8 !important;
}

/* Buttons */
.wp-block-button__link,
button,
input[type="submit"] {
  background: #1FA2B8 !important;
  color: #FFFFFF !important;
  border-radius: 10px;
  font-weight: 600;
}
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: #2FB7C4 !important;
}

/* Accent */
.accent {
  color: #C98A5A !important;
}
