<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100vw;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: white;
}

textarea,
input,
button,
button:active {
  outline: none;
  border: 0;
}

button, a {
  cursor: pointer;
}

// h1, h2, h3, h4 ,h5 ,h6, p, a, span, ul, ol, input, label, li, button, abbr, aside, header {
//   font-size: 1rem;
//   font-weight: 600;
//   font-style: normal;
//   text-decoration: none;
//   letter-spacing: calc(1rem / 24);
//   line-height: 1.4;
//   color: black;
//   margin: 0;
//   padding: 0;
//   font-family: "Helvetica Neue", helvetica, arial, sans-serif;
// }

h1,h2,h3,h4,h5,h6,.cart-summary, .utility {
  font-family:  "Fanwood Text", serif;
}

// temp
#admin_bar_iframe, #shopify-content, .shopify-preview-bar {
  display: none;
}
</pre></body></html>