/*
 Theme Name:   TechnBrains Child
 Theme URI:    https://www.technbrains.com/
 Description:  Child theme for TechnBrains — production WordPress build.
 Author:       TechnBrains
 Author URI:   https://www.technbrains.com/
 Template:     technbrainstheme
 Version:      1.0.0
 Text Domain:  technbrains-child
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.post,
.page {
  margin-bottom: 0px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit !important;
}

/* ── Global utilities (mirrors Next.js globals.css) ───────────── */
.textRed {
  color: #ed2a32;
}
.blackText {
  color: #000 !important;
}
