/* Shopify Polaris handles most styling. These are minimal custom overrides. */

:root {
    --color-surface-primary: #f6f6f7;
    --color-interactive: #5c6ac4;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#app {
    min-height: 100vh;
}
