/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Link Styling - Maintained original colors */
a, a:active, a:visited { color: #000080; } 
a:hover { color: #ffd700; }

/* Heading Styling with Typescale */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  color: #3a3a3a;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 1.25rem; /* Consistent spacing */
}

/* Major Third Typescale (1.25 ratio) */
h1 { font-size: 2.488rem; }  /* ≈ 39.81px */
h2 { font-size: 2.074rem; }  /* ≈ 33.18px */
h3 { font-size: 1.728rem; }  /* ≈ 27.65px */
h4 { font-size: 1.44rem; }   /* ≈ 23.04px */
h5 { font-size: 1.2rem; }    /* ≈ 19.20px */
h6 { font-size: 1rem; }      /* 16px */

/* Responsive Line Height */
h1 { line-height: 1.15; }
h2 { line-height: 1.2; }
h3 { line-height: 1.3; }
h4 { line-height: 1.35; }
h5 { line-height: 1.4; }
h6 { line-height: 1.5; }

/* Entry Content Spacing */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.25rem;
}

/* Optional: Responsive Type Scaling */
@media (max-width: 768px) {
  h1 { font-size: 2.074rem; }
  h2 { font-size: 1.728rem; }
  h3 { font-size: 1.44rem; }
  h4 { font-size: 1.2rem; }
  h5 { font-size: 1rem; }
}