@font-face {
    font-family: "abadi-mt-condensed-light";
    src: url(abadi-mt-condensed-light.ttf) format("truetype");
}

html,
body,
#root {
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    background: #1c1c1c;
    -webkit-font-smoothing: antialiased;
}

body,
input,
button {
    color: #ffffff;
    font-family: "abadi-mt-condensed-light", sans-serif;
}
