/* =============================================================================
   Alabama Signature Homes — services/index
   =============================================================================

   The services index, app/views/services/index.html.php.

   Same house rules as main.css — no nesting, flat selectors, media queries
   inside the layer that owns them. Everything is wrapped in @layer: an
   unlayered rule would outrank even the utilities layer.
   ========================================================================== */

@layer pages {
  .services-explore-title {
    font-size: var(--fs-3xl);
    text-transform: uppercase;
    font-weight: var(--fw-semibold);
    color: var(--clr-primary-200);
  }

  .services-explore-title > span {
    font-family: var(--ff-heading);
    color: var(--clr-text);
  }
}
