@import url("https://static.idxmarkets.com/libs/inter/3.19/inter.css");
html, body {
    background-color: #193e50;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
@supports (font-variation-settings: normal) {
    html {
        font-family: "Inter var", sans-serif;
    }
}
body {
    margin: 15px 22px 50px;
}
.idx-logo {
    width: 100px;
}
.idx-error-container {
    max-width: 1000px;
    margin: 2em auto;
    padding: 1em 1.5em;
    background-color: white;
    color: black;
}
