/** Shopify CDN: Minification failed

Line 8:0 Unexpected "`"
Line 15:0 Unexpected "`"

**/
/* ORVIA Theme - Base Styles */
```css
/* Apple System Font */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
```
* { margin: 0; padding: 0; }
.shopify-section { display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
