/** Shopify CDN: Minification failed

Line 27:0 All "@import" rules must come first

**/
:root {
  --font-sans: Inter, system-ui, sans-serif;
  --c-text: #161d2d;
  --c-text-body: #181729;
  --c-accent: #e12823;
  --c-blue: #3393c5;
  --c-olive: #7d884e;
  --c-sand: #b0a78a;
  --c-bar: #e2e2e2;
  --c-white: #fff;
  --space-section: clamp(2rem, 5vw, 3.5rem);
  --space-block: clamp(1rem, 3vw, 1.5rem);
  --radius-pill: 9999px;
  --container: 100%;
  --container-wide: 100%;

   --icon-arrow: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4V10H11M11 10L9 8M11 10L9 12' stroke='currentcolor' stroke-linecap='square' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
   --icon-chevron: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99902 17L13.999 12.5L9.99902 8' stroke='currentcolor' stroke-linecap='square' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");

}

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
}