/* Load the custom font */
@font-face {
    font-family: 'BanoraTech';
    src: url('/fonts/BanoraTech-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply it to everything */
*,
*::before,
*::after {
    font-family: 'BanoraTech' !important;
}

/* Ensure form elements also use it */
html,
body,
input,
textarea,
select,
button {
    font-family: 'BanoraTech' !important;
}

.header .main-header .header-left .header-nav {
    display: flex;
    width: 74%;
    justify-content: center;
}