:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body {
    background: #F47216;
    font-family: Inter, sans-serif!important;
}
.banner {
    max-width: 500px;
}
.contentBox {
    background: #fff;
    padding: 20px;
}
footer {
    background: #00A650;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
}
.app-btn-img {
    width: 40px;
}
.footer2 {
    background: #F47216;
}
.footer2 a {
    font-weight: 500;
}
.text-green {
    color: #00a650;
}