@import "../../../styles/mixins";

.gov-page-heading {
    h1 {
        @include typography("headline-xl");
    }
    &__annotation {
        font-weight: 500;
    }
    &__social {
        @include flex();
    }
}