@font-face {
    font-family: "SF-Pro-Text";
    src: url("/SF-Pro-Text.ttf");
}
body{
    margin: 0;
    background-color: transparent !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
}
#meld-bank-picker {
    height: 100vh;
}
code{
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}     
.plaid-link-iframe {
    background-color: #fff;
}
