:root {
    --f-body: 'Noto Sans Arabic';
    --f-heading: 'Noto Kufi Arabic';
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-heading);
    line-height: 1.4;
    word-spacing: -0.3rem;
}

button, .bricks-button {
    font-family: var(--f-heading);
}

.header-btn--lang {
    font-weight: 600;
}

.header-btn--lang > .brx-submenu-toggle > span {
    line-height: 1.1;
}

.main-header__select :is(select, .select-ui) {
    text-align: right;
    min-width: 110px;
}

.main-header__select label {
    font-family: var(--f-heading);
}

.steps-nav__number {
    font-family: var(--f-heading);
}

form label {
    font-size: var(--f-s);
}

.help-message {
    font-size: var(--f-xs);
}

.select-ui {
    background-position: left 15px center;
    padding: 10px 15px 10px 37px;
}

.select-ui.searchable {
    padding: 0 0 0 37px;
}

.login-form .password-toggle {
    right: auto;
    left: 0;
}

.login-form input[type=password] {
    padding-left: 4.5rem;
    padding-right: 12px;
}

input[type=tel] {
    direction: ltr;
    text-align: right;
}