@use '../_settings/index' as *;
@use "../_global/index" as *;

header {
    background: $color-light-grey;
    height: 80px;

    @include mq(desktop) {
        height: 130px;
    }

    > div {
        height: 100%;

        > .e-con {
            height: 100%;
        }
    }

    .hfe-site-logo {
        max-width: 156px;
    }
}
