/** Shopify CDN: Minification failed

Line 18:8 Expected ":"

**/
:root {
  /* 🎨 Colors */
  --cannex-blue-color: #2765c1;
  --deep-blue-color: #1e2a72;
  --soft-blue-color: #b5d3fc;
  --white-color: #fff;
  --off-white-color: #fdf8f8;
  --light-grey-color: #e8e7e2;
  --white-blue-color: #edeef9;
  --powder-blue-color: #dae6f9;
  --blue-orange-color: #FDF8F8;
  --black: #000000;
  --grey hardwood: #697579;
  /* 🧬 Fonts */
  --font-aktiv: 'AktivGrotesk', sans-serif;
  --font-ivy: 'IvyPrestoDisplay', serif;
  --font-inter: 'Inter', sans-serif;

  /* 📐 Layout */
  --container-width: 1200px;

  /* 📱 Breakpoints (optional) */
  --breakpoint-mobile: 768px;
  --breakpoint-tablet: 1024px;
  --breakpoint-desktop: 1440px;
}

/* Global typography styles */
h2, h3, p {
  letter-spacing: 0.03em;
}
html {
  overflow-x: hidden;
}