/* ==========================================================================
   Section Heading Component
   Per Figma design - H4 text style
   Using element+class selectors for proper specificity over generic h2 rules
   ========================================================================== */


@layer utilities {
  /* Alignment variants */
  .section-heading--left {
    text-align: left;
  }

  .section-heading--center {
    text-align: center;
  }

  .section-heading--right {
    text-align: right;
  }
}
