html[lang="ar"] p input[type=email], p input[type=tel], p input[type=number] {
font-family: 'Gotham', 'IBM Plex Sans Arabic', sans-serif !important;}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: normal;
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff'),
        url('Gotham-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: bold;
    font-weight: 700;
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff'),
        url('Gotham-Bold.ttf') format('truetype');
}