/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.6.1775740287
Updated: 2026-04-09 13:11:27

*/

body, #page-container {
  background-color: #0B0D10 !important;
  color: #E6EAF0;
  font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
  font-weight: 700;
  color: #E6EAF0;
}

p {
  color: #AAB2BF;
  line-height: 1.7;
}

/* Blog cards */
.et_pb_post {
  background: #111418;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.et_pb_post:hover {
  transform: scale(1.02);
}

/* Code blocks */
pre {
  background: #0F172A;
  padding: 20px;
  border-radius: 10px;
  overflow-x: auto;
}

/* Links */
a {
  color: #4F8CFF;
}

a:hover {
  opacity: 0.8;
}