html, body{
    min-height: 100% !important;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body > img {
    visibility: hidden;
}

body:lang(ar) {
    direction: rtl;
}

*:focus {
    outline: none;
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 200;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/ProximaNova-Light.woff") format("woff");
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/ProximaNova-Regular.woff") format("woff");
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 800;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/ProximaNova-Bold.woff") format("woff");
}

@font-face {
    font-family: 'GE-SS';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/GE-Light.woff") format("woff");
}

@font-face {
    font-family: 'GE-SS';
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    src: url("../fonts/GE-Medium.woff") format("woff");
}

body * {
    font-family: 'proxima-nova', 'GE-SS', 'arial';
}

html:lang(ar) body  {
    font-family: 'GE-SS', 'proxima-nova', 'arial';
}

#root {
    min-width: 1020px;
    min-height: 100% !important;
    height: 100%;
}

input {
    caret-color: #E00000;
    font-family: 'proxima-nova', 'arial';
}

.proxima {
    font-family: 'proxima-nova', 'arial';
}

@media only screen and (max-width: 500px) {
    #root {
        min-width: 100%;
        min-height: 100% !important;
        height: 100%;
    }
}
