/** Shopify CDN: Minification failed

Line 41:9 Unexpected "{"

**/
/* 1. Register the fonts */
@font-face {
  font-family: "GT America";
  src: url('//www.sunergoscoffee.com/cdn/shop/t/88/assets/GT-America-VF.woff2?v=152393921870373626971783100770') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Mono";
  src: url('//www.sunergoscoffee.com/cdn/shop/t/88/assets/GT-America-Mono-VF.woff2?v=26564638880912061371783100770') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* 2. Base font assignments — no !important, works with the cascade */
body,
.paragraph,
p {
  font-family: "GT America", system-ui, -apple-system, sans-serif;
}

h1, .h1,
h2, .h2 {
  font-family: "GT America", system-ui, -apple-system, sans-serif;
  font-weight: 700;
}

h3, .h3 {
  font-family: "GT America", system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

h4, .h4, {
  font-family: "GT America", system-ui, -apple-system, sans-serif;
  font-weight: 400;
}

/* Mono — sparingly, H5 and code only */
h5, .h5,
.accent-mono,
.mono,
code,
pre {
  font-family: "GT America Mono", ui-monospace, monospace;
  font-weight: 400;
}

:root {
  --font-body--family: "GT America", system-ui, -apple-system, sans-serif;
  --font-heading--family: "GT America", system-ui, -apple-system, sans-serif;
}