/* K3 Craft base variables and global components */

:root {
  --k3-blue: #375c7f;
  --k3-brown: #8b5e3c;
  --k3-brown-dark: #70472b;
  --k3-text: #1f1f1f;
  --k3-muted: #626262;
  --k3-bg: #eeeeee;
  --k3-white: #ffffff;
  --k3-radius: 30px;
  --k3-image-radius: var(--k3-radius);
  --k3-shadow: 0 18px 45px rgba(20, 24, 31, 0.14);
}

