/* NOTE: HOOB local typography; WOFF2 avoids system-font substitution and external font hosts. */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/custom/helvetica-neue-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/custom/helvetica-neue-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/custom/helvetica-neue-500.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/custom/helvetica-neue-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

button,
input,
select,
textarea,
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link,
.action,
.button {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
