 /* Typography & Custom Styles */
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-family:
          ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
      }
      .drop-cap::first-letter {
        font-size: 4rem;
        line-height: 0.8;
        font-weight: bold;
        color: #a777d3;
        float: left;
        margin-right: 0.75rem;
        margin-top: 0.25rem;
      }
      .quote-box {
        border-left: 4px solid #a777d3;
        padding-left: 1.5rem;
        margin: 2rem 0;
        font-style: italic;
        color: #555;
      }
      .sidebar-sticky {
        position: sticky;
        top: 2rem;
      }
      /* Gradient Text */
      .text-gradient {
        background: linear-gradient(to right, #a777d3, #f15981);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }