
html,
body {
    font-family: "Inter", system-ui, sans-serif;
    color: #000000;
}

.footer-button {
    background: #002636;
}

.back-arrow::before {
    background-image: url('/static/scan/images/lovesac/back_arrow.png');
}

.background-image {
    background-image: url('/static/scan/images/lovesac/map.png');
}

.line {
    background: #009ca6;
}
