/** Shopify CDN: Minification failed

Line 131:0 Expected "}" to go with "{"

**/
/* ===============================
   URTHKIND BRAND FONTS
================================ */

/* Bricolage Grotesque */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('//www.urthkind.com.au/cdn/shop/t/9/assets/BricolageGrotesque-Regular.ttf?v=45590425278507055041774432870') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('//www.urthkind.com.au/cdn/shop/t/9/assets/BricolageGrotesque-SemiBold.ttf?v=151781897848087062221774432870') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('//www.urthkind.com.au/cdn/shop/t/9/assets/BricolageGrotesque-Bold.ttf?v=60324291033028339441774432869') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url('//www.urthkind.com.au/cdn/shop/t/9/assets/Oswald-Regular.ttf?v=75560528963336823511774432883') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   FONT MAPPING
================================ */

h1, h2, h3, h4,
.heading,
.section-title,
.hero-title,
.product-title {
  font-family: 'Bricolage Grotesque', 'Poppins', sans-serif;
  letter-spacing: -0.02em;
}

.highlight,
.badge,
.stat-number {
  font-family: 'Oswald', 'Poppins', sans-serif;
  letter-spacing: 0.03em;
}
/* ===============================
   COOKIE CONSENT – URTHKIND FIX
================================ */

.cc-window,
.cc-floating.cc-theme-classic {
  background-color: #591E1E !important;
  color: #FCFAE3 !important;
  border-radius: 12px;
}

/* Cookie text */
.cc-window p,
.cc-window span,
.cc-message {
  color: #FCFAE3 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

/* Cookie links */
.cc-window a {
  color: #FFD99E !important;
  text-decoration: underline;
}

/* Accept / Button */
.cc-btn {
  background-color: transparent !important;
  color: #FCFAE3 !important;
  border: 1px solid #FCFAE3 !important;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

/* Button hover */
.cc-btn:hover {
  ba
/* ===============================
   HOMEPAGE TYPOGRAPHY – URTHKIND
================================ */

.homepage h1 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  font-weight: 700;
}

.homepage h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 600;
}

.homepage h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.homepage p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 560px;
}
