@import "fonts.css";
@import "components/cards.css";
@import "ui/forms.css";
@import "ui/buttons.css";

html, body {
    height: 100%;
    width: 100%;
    background-color: #e5e5e5;
}

a, .text-muted {
    color: #6C757D !important;
}

h1 {
    margin-top: 0;
}

#merchant_app {
    height: 100%;
    width: 100%;
}