/*  5-custom.css
    Oakwood Framework v4.0.0
    Single-purpose helpers. Always win the cascade — important is fine here.
    eg: .mt-4 .hidden .text-center .sr-only
*/

/* gfoot 2-column header — no center item */
.site-header {
    grid-template-columns: auto 1fr;
}
